From 7a1d79fa2f408a04552712da2fdb784037a54945 Mon Sep 17 00:00:00 2001 From: Brooke Vibber Date: Sat, 7 Sep 2024 12:28:45 -0700 Subject: [PATCH] tweak --- dither4.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dither4.s b/dither4.s index a610a85..5c942f8 100644 --- a/dither4.s +++ b/dither4.s @@ -217,7 +217,7 @@ wait_loop: ; Do bookkeeping during vblank! audio_inc ; 22-32 cycles - ldy VCOUNT ; 4 cycles + ;ldy VCOUNT ; 4 cycles jmp each_frame ; 3 cycles .endscope