WORK IN PROGRESS

sound is ok (but limited)
but it's dropped some bits resyncing the vid
This commit is contained in:
Brooke Vibber 2022-12-08 13:49:55 -08:00
parent 2421401000
commit 60ceb48ec6

View file

@ -34,7 +34,7 @@ bytes_per_line = 40
pages_per_frame = 32 pages_per_frame = 32
lines_per_frame = 262 lines_per_frame = 262
;scanline_offset = 31 + (40 - 24) / 2 ;scanline_offset = 31 + (40 - 24) / 2
scanline_offset = 47 scanline_offset = 48
scanline_max = (lines_per_frame - scanline_offset) / 2 scanline_max = (lines_per_frame - scanline_offset) / 2
.data .data
@ -214,7 +214,7 @@ wait_loop:
;audio_play_hi ; too slow ;audio_play_hi ; too slow
ldy VCOUNT ; save for audio lookup ldy VCOUNT ; save for audio lookup
cpy #130 cpy #0
bne each_scanline_pair bne each_scanline_pair
audio_inc audio_inc