mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-08 12:30:47 +00:00
xmas_2023: work on timing
This commit is contained in:
parent
b59e4f4364
commit
378f28667e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user