appears to work now

This commit is contained in:
Brooke Vibber 2024-08-31 11:31:54 -07:00
parent 22f395726e
commit f7df0999d7

View file

@ -213,15 +213,17 @@ wait_loop:
each_scanline_pair:
sty scanline ; 3 cycles
audio_prep
;audio_play_lo
inner_scanline frame_offset, 0 ; 23-26 cycles before break, 12 cycles after
audio_play_hi
ldy scanline ; 3 cycles
audio_prep
audio_play_lo
ldy scanline ; 3 cycles
inner_scanline frame_offset, 128 ; 23-26 cycles before break, 12 cycles after
audio_play_hi
; pair cleanup: 6 cycles
ldy VCOUNT ; 4 cycles
bne each_scanline_pair ; 2 cycles