This commit is contained in:
Michael Steil 2008-10-17 05:52:58 +00:00
parent a9973a03db
commit c91f4be243
4 changed files with 1 additions and 5 deletions

View File

@ -1,10 +1,8 @@
; http://apple2.org.za/gswv/a2zine/GS.WorldView/Resources/GS.TECH.INFO/AppleSoft/
CONFIG_11 := 1
CBM2_APPLE := 1
CONFIG_SAFE_NAMENOTFOUND := 1
CBM1_APPLE := 1
APPLE_MICROTAN := 1
.define CONFIG_SCRTCH_ORDER 3
CONFIG_PRINT_CR := 1 ; print CR when line end reached
CONFIG_IO_MSB := 1 ; all I/O has bit #7 set

View File

@ -17,7 +17,6 @@ CONFIG_2A := 1
CBM2_KBD := 1 ; 2 weird instances
CONFIG_PEEK_SAVE_LINNUM := 1
CBM2_KIM := 1
CBM2_APPLE := 1
CONFIG_DATAFLAG := 1
CONFIG_EASTER_EGG := 1
; CONFIG_SMALL := 1 ; test :-)

View File

@ -4,7 +4,6 @@ CONFIG_SAFE_NAMENOTFOUND := 1
CONFIG_PEEK_SAVE_LINNUM := 1
CONFIG_ROR_WORKAROUND := 1
CONFIG_MONCOUT_DESTROYS_Y := 1
APPLE_MICROTAN := 1
CONFIG_2 := 1
CONFIG_2A := 1

View File

@ -232,7 +232,7 @@ PUT_NEW_LINE:
L23D6:
sty HIGHDS+1
jsr BLTU
.ifdef CBM2_APPLE
.if INPUTBUFFER = $0200
lda LINNUM
ldy LINNUM+1
sta INPUTBUFFER-2