mirror of
https://github.com/mgcaret/davex-mg-utils.git
synced 2024-12-30 09:29:29 +00:00
fastchip: fix stupid bug
This commit is contained in:
parent
bff95f3880
commit
a117f51ccc
@ -179,7 +179,7 @@ lp: lda (mytemp),y ; get char
|
|||||||
next: dey
|
next: dey
|
||||||
bne lp
|
bne lp
|
||||||
ldy myidx ; get computed value
|
ldy myidx ; get computed value
|
||||||
lda #CFG_SPEED
|
lda #CFG_SLOTS
|
||||||
sta fcregnum ; config reg
|
sta fcregnum ; config reg
|
||||||
sty fcregval ; value
|
sty fcregval ; value
|
||||||
;lda #$00 ; DEBUG
|
;lda #$00 ; DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user