From c91f4be243daccd4dbebc5221d46263eceea8559 Mon Sep 17 00:00:00 2001 From: Michael Steil Date: Fri, 17 Oct 2008 05:52:58 +0000 Subject: [PATCH] cleanup --- defines_apple.s | 2 -- defines_cbm.s | 1 - defines_microtan.s | 1 - program.s | 2 +- 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/defines_apple.s b/defines_apple.s index a2cb35f..2acf642 100644 --- a/defines_apple.s +++ b/defines_apple.s @@ -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 diff --git a/defines_cbm.s b/defines_cbm.s index 7585082..341f39d 100644 --- a/defines_cbm.s +++ b/defines_cbm.s @@ -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 :-) diff --git a/defines_microtan.s b/defines_microtan.s index 475d65a..314a2a9 100644 --- a/defines_microtan.s +++ b/defines_microtan.s @@ -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 diff --git a/program.s b/program.s index 82f1d23..58b46d2 100644 --- a/program.s +++ b/program.s @@ -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