WORK IN PROGRESS
sound is ok (but limited) but it's dropped some bits resyncing the vid
This commit is contained in:
parent
2421401000
commit
60ceb48ec6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue