mirror of
https://github.com/mist64/msbasic.git
synced 2025-01-15 04:30:07 +00:00
cleanup
This commit is contained in:
parent
0a2491cabd
commit
065f8cace9
@ -25,16 +25,14 @@
|
||||
; oldest known version, no CONFIG_n
|
||||
|
||||
CONFIG_CBM_ALL := 1
|
||||
CONFIG_CBM1_PATCHES := 1 ; ** don't turn off! **
|
||||
|
||||
CONFIG_DATAFLG := 1
|
||||
CONFIG_FILE := 1; support PRINT#, INPUT#, GET#, CMD
|
||||
CONFIG_NO_CR := 1; terminal doesn't need explicit CRs on line ends
|
||||
CONFIG_NO_LINE_EDITING := 1; support for "@", "_", BEL etc.
|
||||
CONFIG_SCRTCH_ORDER := 2
|
||||
|
||||
CONFIG_CBM1_PATCHES := 1 ; ** don't turn off! **
|
||||
CONFIG_DATAFLG := 1
|
||||
CONFIG_PRINTNULLS := 1; whether PRINTNULLS does anything
|
||||
CONFIG_SPC_IS_CRSR_RIGHT := 1; always print CRSR RIGHT for SPC() (otherwise only for screen output)
|
||||
CONFIG_SCRTCH_ORDER := 2
|
||||
|
||||
; zero page
|
||||
ZP_START1 = $00
|
||||
@ -47,7 +45,6 @@ CURDVC := $0003
|
||||
Z96 := $020C
|
||||
USR := GORESTART
|
||||
|
||||
|
||||
; constants
|
||||
SPACE_FOR_GOSUB := $36
|
||||
STACK_TOP := $FC
|
||||
|
@ -1,17 +1,16 @@
|
||||
; configuration
|
||||
CONFIG_CBM_ALL := 1
|
||||
|
||||
CONFIG_FILE := 1; support PRINT#, INPUT#, GET#, CMD
|
||||
CONFIG_NO_CR := 1; terminal doesn't need explicit CRs on line ends
|
||||
CONFIG_NO_LINE_EDITING := 1; support for "@", "_", BEL etc.
|
||||
CONFIG_SCRTCH_ORDER := 2
|
||||
|
||||
CONFIG_2A := 1
|
||||
|
||||
CONFIG_CBM_ALL := 1
|
||||
|
||||
CONFIG_DATAFLG := 1
|
||||
CONFIG_EASTER_EGG := 1
|
||||
CONFIG_FILE := 1; support PRINT#, INPUT#, GET#, CMD
|
||||
CONFIG_NO_CR := 1; terminal doesn't need explicit CRs on line ends
|
||||
CONFIG_NO_LINE_EDITING := 1; support for "@", "_", BEL etc.
|
||||
CONFIG_NO_READ_Y_IS_ZERO_HACK := 1
|
||||
CONFIG_PEEK_SAVE_LINNUM := 1
|
||||
CONFIG_SCRTCH_ORDER := 2
|
||||
|
||||
; zero page
|
||||
ZP_START1 = $00
|
||||
|
Loading…
x
Reference in New Issue
Block a user