This commit is contained in:
Michael Steil
2008-10-18 05:18:45 +00:00
parent 7051d3fe9a
commit d22cda67d6
8 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ LCAB6:
.endif
ldx #<(INPUTBUFFER+1)
ldy #>(INPUTBUFFER+1)
.if INPUTBUFFER >= $0100
.ifdef CONFIG_NO_INPUTBUFFER_ZP
lda #$00
sta INPUTBUFFER+1
.else