xmas_2023: work on timing

This commit is contained in:
Vince Weaver 2023-12-23 09:38:40 -05:00
parent b59e4f4364
commit 378f28667e
1 changed files with 10 additions and 1 deletions

View File

@ -374,6 +374,15 @@ frame_noflo2:
lda KEYPRESS
bmi totally_done_fireplace
; wait for_pattern
lda #1
cmp current_pattern_smc+1
bcc totally_done_fireplace
beq totally_done_fireplace
jmp new_loop
totally_done_fireplace:
@ -399,7 +408,7 @@ do_scroll:
jsr scroll_loop
lda #255
lda #128
jsr wait
jmp do_scroll