From 0a2491cabd6209e49d94efe59a889ef378d07f62 Mon Sep 17 00:00:00 2001 From: Michael Steil Date: Sat, 18 Oct 2008 21:51:42 +0000 Subject: [PATCH] cleanup --- defines_cbm1.s | 2 -- print.s | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/defines_cbm1.s b/defines_cbm1.s index 083a881..55d67bb 100644 --- a/defines_cbm1.s +++ b/defines_cbm1.s @@ -1,4 +1,3 @@ -; oldest known version, no CONFIG_n ;CONFIG_CBM1_PATCHES := 1 ; ** don't turn off! ** ;CONFIG_CBM_ALL := 1 ;CONFIG_DATAFLG := 1 @@ -21,7 +20,6 @@ ;CONFIG_SCRTCH_ORDER := 2 ;CONFIG_SCRTCH_ORDER := 3 ;CONFIG_SMALL := 1 -;CONFIG_SPC_IS_CRSR_RIGHT := 1; always print CRSR RIGHT for SPC() (otherwise only for screen output) ; configuration ; oldest known version, no CONFIG_n diff --git a/print.s b/print.s index 02ca592..c82a870 100644 --- a/print.s +++ b/print.s @@ -269,7 +269,9 @@ L2A22: ; ---------------------------------------------------------------------------- OUTSP: .ifdef CONFIG_FILE - .ifndef CONFIG_SPC_IS_CRSR_RIGHT + .ifndef CBM1 +; on non-screen devices, print SPACE +; instead of CRSR RIGHT lda CURDVC beq LCA40 lda #$20