From 8c9f3359d3c200a757101c690d4e95179f01c955 Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 16 Mar 2020 19:28:47 -0400 Subject: [PATCH] SHR fizzle faster --- src/fx/fx.shr.fizzle.a | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/fx/fx.shr.fizzle.a b/src/fx/fx.shr.fizzle.a index 67e2f2433..6df686582 100644 --- a/src/fx/fx.shr.fizzle.a +++ b/src/fx/fx.shr.fizzle.a @@ -63,7 +63,7 @@ ;select address - clc + ;clc adc #$20 sta $27 sta $3d @@ -78,11 +78,11 @@ ;wait while checking for keypress -+ ldx #2 ++ ;ldx #2 @wait lda $c000 bmi @exit - dex - bne @wait + ;dex + ;bne @wait ;and exit condition