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