From 2421401000d993a89ab3eb102590032b17c6b1c4 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 8 Dec 2022 11:53:59 -0800 Subject: [PATCH] minor fix, not helping --- dither4.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dither4.s b/dither4.s index 4b44109..0a2fcb7 100644 --- a/dither4.s +++ b/dither4.s @@ -181,7 +181,7 @@ wait_loop: ; Increment sample ptr clc lda sample_ptrl - adc #130 + adc #131 sta sample_ptrl lda sample_ptrh adc #0 @@ -210,6 +210,7 @@ wait_loop: audio_play_raw ;audio_play_lo inner_scanline palette1, palette2, palette3 + ;audio_play_raw ;audio_play_hi ; too slow ldy VCOUNT ; save for audio lookup