corrected
This commit is contained in:
parent
58fecb09fb
commit
0510cdc95f
1 changed files with 3 additions and 3 deletions
|
@ -222,15 +222,15 @@ wait_loop:
|
|||
sta scanline
|
||||
lda frame_counter
|
||||
bne run_frame2
|
||||
run_frame frame2_palette1, frame2_palette2, frame2_palette3
|
||||
run_frame2:
|
||||
run_frame frame1_palette1, frame1_palette2, frame1_palette3
|
||||
run_frame2:
|
||||
run_frame frame2_palette1, frame2_palette2, frame2_palette3
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
.proc dli_handler
|
||||
lda #1
|
||||
lda #0
|
||||
sta frame_counter
|
||||
rti
|
||||
.endproc
|
||||
|
|
Loading…
Reference in a new issue