1
0
mirror of https://github.com/mist64/msbasic.git synced 2025-03-13 21:29:49 +00:00
This commit is contained in:
Michael Steil 2008-10-19 21:02:39 +00:00
parent 82cd980b79
commit 1edf725295

14
init.s

@ -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