mirror of
https://github.com/mist64/msbasic.git
synced 2025-03-11 08:32:37 +00:00
cleanup
This commit is contained in:
parent
c91f4be243
commit
c13745b4a9
10
array.s
10
array.s
@ -334,7 +334,7 @@ L3124:
|
|||||||
tay
|
tay
|
||||||
lda STRNG2
|
lda STRNG2
|
||||||
.else
|
.else
|
||||||
.ifndef CBM1_APPLE
|
.ifdef CONFIG_11A
|
||||||
sta STRNG2+1
|
sta STRNG2+1
|
||||||
.endif
|
.endif
|
||||||
ldx #BYTES_FP
|
ldx #BYTES_FP
|
||||||
@ -346,16 +346,14 @@ L3124:
|
|||||||
bpl L3135
|
bpl L3135
|
||||||
dex
|
dex
|
||||||
L3135:
|
L3135:
|
||||||
.ifndef KBD
|
.ifdef KBD
|
||||||
|
stx RESULT+1
|
||||||
|
.else
|
||||||
lda VARNAM+1
|
lda VARNAM+1
|
||||||
bpl L313B
|
bpl L313B
|
||||||
dex
|
dex
|
||||||
dex
|
dex
|
||||||
L313B:
|
L313B:
|
||||||
.endif
|
|
||||||
.ifdef KBD
|
|
||||||
stx RESULT+1
|
|
||||||
.else
|
|
||||||
stx RESULT+2
|
stx RESULT+2
|
||||||
.endif
|
.endif
|
||||||
lda #$00
|
lda #$00
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
CONFIG_11 := 1
|
CONFIG_11 := 1
|
||||||
CONFIG_SAFE_NAMENOTFOUND := 1
|
CONFIG_SAFE_NAMENOTFOUND := 1
|
||||||
CBM1_APPLE := 1
|
|
||||||
.define CONFIG_SCRTCH_ORDER 3
|
.define CONFIG_SCRTCH_ORDER 3
|
||||||
CONFIG_PRINT_CR := 1 ; print CR when line end reached
|
CONFIG_PRINT_CR := 1 ; print CR when line end reached
|
||||||
CONFIG_IO_MSB := 1 ; all I/O has bit #7 set
|
CONFIG_IO_MSB := 1 ; all I/O has bit #7 set
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
.ifdef CBM1
|
.ifdef CBM1
|
||||||
CONFIG_CBM_ALL := 1
|
CONFIG_CBM_ALL := 1
|
||||||
CONFIG_CBM1_PATCHES := 1 ; ** don't turn off! **
|
CONFIG_CBM1_PATCHES := 1 ; ** don't turn off! **
|
||||||
CBM1_APPLE := 1
|
|
||||||
CONFIG_DATAFLAG := 1
|
CONFIG_DATAFLAG := 1
|
||||||
CONFIG_BUG_GET_ERROR := 1; treat GET error like READ error
|
CONFIG_BUG_GET_ERROR := 1; treat GET error like READ error
|
||||||
CONFIG_PRINTNULLS := 1; whether PRINTNULLS does anything
|
CONFIG_PRINTNULLS := 1; whether PRINTNULLS does anything
|
||||||
@ -16,7 +15,6 @@ CONFIG_2 := 1
|
|||||||
CONFIG_2A := 1
|
CONFIG_2A := 1
|
||||||
CBM2_KBD := 1 ; 2 weird instances
|
CBM2_KBD := 1 ; 2 weird instances
|
||||||
CONFIG_PEEK_SAVE_LINNUM := 1
|
CONFIG_PEEK_SAVE_LINNUM := 1
|
||||||
CBM2_KIM := 1
|
|
||||||
CONFIG_DATAFLAG := 1
|
CONFIG_DATAFLAG := 1
|
||||||
CONFIG_EASTER_EGG := 1
|
CONFIG_EASTER_EGG := 1
|
||||||
; CONFIG_SMALL := 1 ; test :-)
|
; CONFIG_SMALL := 1 ; test :-)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user