This commit is contained in:
Michael Steil 2008-10-19 21:02:39 +00:00
parent 82cd980b79
commit 1edf725295

14
init.s
View File

@ -8,6 +8,14 @@ FNDLIN2:
; ---------------------------------------------------------------------------- ; ----------------------------------------------------------------------------
PR_WRITTEN_BY: PR_WRITTEN_BY:
.ifndef KBD
.ifndef CONFIG_CBM_ALL
lda #<QT_WRITTEN_BY
ldy #>QT_WRITTEN_BY
jsr STROUT
.endif
.endif
COLD_START:
.ifdef KBD .ifdef KBD
lda #<LFD81 lda #<LFD81
sta $03A0 sta $03A0
@ -20,12 +28,6 @@ PR_WRITTEN_BY:
lda $0353 lda $0353
sta $05 sta $05
.else .else
.ifndef CONFIG_CBM_ALL
lda #<QT_WRITTEN_BY
ldy #>QT_WRITTEN_BY
jsr STROUT
.endif
COLD_START:
.ifndef CBM2 .ifndef CBM2
ldx #$FF ldx #$FF
stx CURLIN+1 stx CURLIN+1