From 60ceb48ec6e935005f114eb9d4f1d1865e79d752 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 8 Dec 2022 13:49:55 -0800 Subject: [PATCH] WORK IN PROGRESS sound is ok (but limited) but it's dropped some bits resyncing the vid --- dither4.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dither4.s b/dither4.s index 0a2fcb7..c9f886c 100644 --- a/dither4.s +++ b/dither4.s @@ -34,7 +34,7 @@ bytes_per_line = 40 pages_per_frame = 32 lines_per_frame = 262 ;scanline_offset = 31 + (40 - 24) / 2 -scanline_offset = 47 +scanline_offset = 48 scanline_max = (lines_per_frame - scanline_offset) / 2 .data @@ -214,7 +214,7 @@ wait_loop: ;audio_play_hi ; too slow ldy VCOUNT ; save for audio lookup - cpy #130 + cpy #0 bne each_scanline_pair audio_inc