From a188e67858dd25a0c524784b695a8d68a9482de9 Mon Sep 17 00:00:00 2001 From: Michael Steil Date: Fri, 17 Oct 2008 06:21:43 +0000 Subject: [PATCH] cleanup --- defines_apple.s | 2 +- defines_cbm.s | 2 +- defines_kbd.s | 2 +- defines_kim.s | 2 +- defines_microtan.s | 2 +- defines_osi.s | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/defines_apple.s b/defines_apple.s index 1cdd5a0..7a674de 100644 --- a/defines_apple.s +++ b/defines_apple.s @@ -2,7 +2,7 @@ CONFIG_11 := 1 CONFIG_SAFE_NAMENOTFOUND := 1 -.define CONFIG_SCRTCH_ORDER 3 +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 ; INPUTBUFFER > $0100 diff --git a/defines_cbm.s b/defines_cbm.s index 8685a9d..55148d1 100644 --- a/defines_cbm.s +++ b/defines_cbm.s @@ -25,7 +25,7 @@ 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. -.define CONFIG_SCRTCH_ORDER 2 +CONFIG_SCRTCH_ORDER := 2 CRLF_1 := CR CRLF_2 := LF diff --git a/defines_kbd.s b/defines_kbd.s index dcacd2f..76272ce 100644 --- a/defines_kbd.s +++ b/defines_kbd.s @@ -1,4 +1,4 @@ -.define CONFIG_SCRTCH_ORDER 3 +CONFIG_SCRTCH_ORDER := 3 CONFIG_SMALL := 1 CBM2_KBD := 1 ; 2 weird instances CONFIG_11 := 1 diff --git a/defines_kim.s b/defines_kim.s index 7dc97c3..de7f7e1 100644 --- a/defines_kim.s +++ b/defines_kim.s @@ -5,7 +5,7 @@ CONFIG_NULL := 1 CONFIG_PRINT_CR := 1 ; print CR when line end reached CONFIG_ROR_WORKAROUND := 1 CONFIG_MONCOUT_DESTROYS_Y := 1 -.define CONFIG_SCRTCH_ORDER 2 +CONFIG_SCRTCH_ORDER := 2 CRLF_1 := CR CRLF_2 := LF diff --git a/defines_microtan.s b/defines_microtan.s index 314a2a9..8da7309 100644 --- a/defines_microtan.s +++ b/defines_microtan.s @@ -11,7 +11,7 @@ CONFIG_2B := 1 CONFIG_NULL := 1 CONFIG_PRINT_CR := 1 ; print CR when line end reached -.define CONFIG_SCRTCH_ORDER 1 +CONFIG_SCRTCH_ORDER := 1 CRLF_1 := CR CRLF_2 := LF diff --git a/defines_osi.s b/defines_osi.s index c307a1f..ff7df18 100644 --- a/defines_osi.s +++ b/defines_osi.s @@ -3,7 +3,7 @@ CONFIG_NULL := 1 CONFIG_PRINT_CR := 1 ; print CR when line end reached CONFIG_DATAFLAG := 1 -.define CONFIG_SCRTCH_ORDER 3 +CONFIG_SCRTCH_ORDER := 3 CRLF_1 := CR CRLF_2 := LF