From 1edf7252958b6d0c72544366e80f51c4cd046ef9 Mon Sep 17 00:00:00 2001 From: Michael Steil Date: Sun, 19 Oct 2008 21:02:39 +0000 Subject: [PATCH] cleanup --- init.s | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/init.s b/init.s index 13ddf9c..0acc37a 100644 --- a/init.s +++ b/init.s @@ -8,6 +8,14 @@ FNDLIN2: ; ---------------------------------------------------------------------------- PR_WRITTEN_BY: +.ifndef KBD + .ifndef CONFIG_CBM_ALL + lda #QT_WRITTEN_BY + jsr STROUT + .endif +.endif +COLD_START: .ifdef KBD lda #QT_WRITTEN_BY - jsr STROUT - .endif -COLD_START: .ifndef CBM2 ldx #$FF stx CURLIN+1