corrected

This commit is contained in:
Brooke Vibber 2022-12-08 05:59:09 -08:00
parent 58fecb09fb
commit 0510cdc95f

View file

@ -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