fastchip: fix stupid bug

This commit is contained in:
mgcaret 2018-12-12 08:55:34 -08:00
parent bff95f3880
commit a117f51ccc
1 changed files with 1 additions and 1 deletions

View File

@ -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