From 08c0db17a933703bd0a6831560685cfbaeb0151b Mon Sep 17 00:00:00 2001 From: 4am Date: Fri, 3 Dec 2021 21:51:54 -0500 Subject: [PATCH] shave some cycles --- res/SFX.CONF | 2 +- src/fx/fx.shr.80boxes.common.a | 137 ++++++++++++++++----------------- 2 files changed, 67 insertions(+), 72 deletions(-) diff --git a/res/SFX.CONF b/res/SFX.CONF index 2622986b7..1b2d09ee7 100644 --- a/res/SFX.CONF +++ b/res/SFX.CONF @@ -40,13 +40,13 @@ # This file is converted to a binary data structure (SFX.IDX) during build # then added to TOTAL.DATA on the final disk image. # -SHR.80.SPIRAL SHR.80BOXES SHR.FIZZLE SHR.TWOPASS.LR SHR.80.SNAKE SHR.DIAGONAL SHR.LR +SHR.80.SPIRAL SHR.FADEIN SHR.LR2 SHR.UD diff --git a/src/fx/fx.shr.80boxes.common.a b/src/fx/fx.shr.80boxes.common.a index 19edd293d..2d384618f 100644 --- a/src/fx/fx.shr.80boxes.common.a +++ b/src/fx/fx.shr.80boxes.common.a @@ -77,9 +77,6 @@ iny } -!macro SIDE_ROWS { -} - shrlo = $201 ; [$C8 bytes][accessed via shrlo-1][should not cross page] shrhi = $301 ; [$C8 bytes][accessed via shrhi-1][should not cross page] BoxStages = $106 ; [$50 bytes][should not cross page] @@ -112,7 +109,7 @@ BoxesY = $BEB0 ; [$50 bytes][accessed via BoxesY-1][should txa bne -- - lda start, x - sta =$FF) {