This commit is contained in:
Michael Steil 2008-10-19 21:02:39 +00:00
parent 82cd980b79
commit 1edf725295
1 changed files with 8 additions and 6 deletions

14
init.s
View File

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