From 26d612b6f3640e4ee6e15eb9817f0037ee91ed80 Mon Sep 17 00:00:00 2001 From: Brooke Vibber Date: Fri, 21 Feb 2025 19:42:10 -0800 Subject: [PATCH] move 8 scan lines on the bottom to status bar --- mandel.s | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mandel.s b/mandel.s index ed7ae40..81ee0eb 100644 --- a/mandel.s +++ b/mandel.s @@ -80,7 +80,7 @@ framebuffer_bottom = $b000 display_list = $bf00 framebuffer_end = $c000 -height = 184 +height = 176 half_height = height >> 1 width = 160 half_width = width >> 1 @@ -254,6 +254,10 @@ display_list_start: .byte $0e .endrep + ; 8 scan lines, 1 row of 40-column text + .byte $42 + .addr textbuffer + 40 + .byte $41 ; jump and blank .addr display_list display_list_end: