This commit is contained in:
Brooke Vibber 2023-01-22 07:23:46 -08:00
parent 9cbcf1cb5a
commit 6fc07b9e65

View file

@ -54,7 +54,7 @@ str_speed:
.byte "ms/px" .byte "ms/px"
str_speed_end: str_speed_end:
str_run: str_run:
.byte "RUN " .byte " RUN"
str_run_end: str_run_end:
str_done: str_done:
.byte "DONE" .byte "DONE"
@ -555,6 +555,7 @@ zero_byte_loop:
cmp #.hibyte(framebuffer_end) cmp #.hibyte(framebuffer_end)
bne zero_page_loop bne zero_page_loop
; Status bar
draw_text 0, str_self_len, str_self draw_text 0, str_self_len, str_self
draw_text 40 - str_run_len, str_run_len, str_run draw_text 40 - str_run_len, str_run_len, str_run