From b81de63b0de6de722df1b318f20285a9e4164292 Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Tue, 22 Oct 2019 23:03:25 -0700 Subject: [PATCH] a bit faster --- src/fx/fx.hgr.precomputed.1bit.a | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/fx/fx.hgr.precomputed.1bit.a b/src/fx/fx.hgr.precomputed.1bit.a index 94768ce43..8891a924a 100644 --- a/src/fx/fx.hgr.precomputed.1bit.a +++ b/src/fx/fx.hgr.precomputed.1bit.a @@ -139,7 +139,7 @@ Exit1 = * + 1 eor #$60 sta src4+1 - iny + inc input lda (input),y and #%11100000 ; second value: high 3 bits = index into tables to find bitmasks tax @@ -170,7 +170,6 @@ Exit1 = * + 1 +COPY_BIT src3, dest3, sourcemasks, copymasks +COPY_BIT src4, dest4, sourcemasks, copymasks - inc input inc input beq + jmp InputLoop