mirror of
https://github.com/mist64/msbasic.git
synced 2025-01-03 14:30:16 +00:00
cleanup
This commit is contained in:
parent
82cd980b79
commit
1edf725295
14
init.s
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
|
||||
|
Loading…
Reference in New Issue
Block a user