From a117f51cccb652f82c67cf113049674991dad1dd Mon Sep 17 00:00:00 2001 From: mgcaret Date: Wed, 12 Dec 2018 08:55:34 -0800 Subject: [PATCH] fastchip: fix stupid bug --- fastchip.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastchip.s b/fastchip.s index 24bc4ba..c5f89a0 100644 --- a/fastchip.s +++ b/fastchip.s @@ -179,7 +179,7 @@ lp: lda (mytemp),y ; get char next: dey bne lp ldy myidx ; get computed value - lda #CFG_SPEED + lda #CFG_SLOTS sta fcregnum ; config reg sty fcregval ; value ;lda #$00 ; DEBUG