mirror of
https://github.com/mist64/msbasic.git
synced 2025-01-02 07:29:47 +00:00
cleanup
This commit is contained in:
parent
e5eaeff307
commit
1ec5db7171
@ -14,7 +14,7 @@ CONFIG_CBM_ALL := 1
|
|||||||
CONFIG_11 := 1
|
CONFIG_11 := 1
|
||||||
CONFIG_11A := 1
|
CONFIG_11A := 1
|
||||||
CONFIG_2 := 1
|
CONFIG_2 := 1
|
||||||
CBM2_KBD := 1
|
CBM2_KBD := 1 ; 2 weird instances
|
||||||
CBM2_MICROTAN := 1
|
CBM2_MICROTAN := 1
|
||||||
CBM2_KIM := 1
|
CBM2_KIM := 1
|
||||||
CBM2_APPLE := 1
|
CBM2_APPLE := 1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
.define CONFIG_SCRTCH_ORDER 3
|
.define CONFIG_SCRTCH_ORDER 3
|
||||||
CONFIG_SMALL := 1
|
CONFIG_SMALL := 1
|
||||||
CONFIG_2 := 1
|
CONFIG_2 := 1
|
||||||
CBM2_KBD := 1
|
CBM2_KBD := 1 ; 2 weird instances
|
||||||
KBD_MICROTAN := 1
|
KBD_MICROTAN := 1
|
||||||
CONFIG_11 := 1
|
CONFIG_11 := 1
|
||||||
CONFIG_11A := 1
|
CONFIG_11A := 1
|
||||||
|
12
init.s
12
init.s
@ -95,7 +95,7 @@ COLD_START2:
|
|||||||
.endif
|
.endif
|
||||||
sta Z18
|
sta Z18
|
||||||
.endif
|
.endif
|
||||||
.ifdef CBM2_KBD
|
.ifdef CBM2
|
||||||
lda #$28
|
lda #$28
|
||||||
sta $0F
|
sta $0F
|
||||||
lda #$1E
|
lda #$1E
|
||||||
@ -136,7 +136,7 @@ L4098:
|
|||||||
.endif
|
.endif
|
||||||
pha
|
pha
|
||||||
sta Z14
|
sta Z14
|
||||||
.ifdef CBM2_KBD
|
.ifdef CBM2
|
||||||
inx
|
inx
|
||||||
stx $01FD
|
stx $01FD
|
||||||
stx $01FC
|
stx $01FC
|
||||||
@ -199,7 +199,7 @@ L40D7:
|
|||||||
cmp #$80
|
cmp #$80
|
||||||
beq L40FA
|
beq L40FA
|
||||||
.endif
|
.endif
|
||||||
.ifdef CBM2_KBD
|
.ifdef CBM2
|
||||||
bmi L40FA
|
bmi L40FA
|
||||||
.endif
|
.endif
|
||||||
L40DD:
|
L40DD:
|
||||||
@ -322,7 +322,7 @@ L4183:
|
|||||||
tya
|
tya
|
||||||
sta (TXTTAB),y
|
sta (TXTTAB),y
|
||||||
inc TXTTAB
|
inc TXTTAB
|
||||||
.ifndef CBM2_KBD
|
.ifndef CBM2
|
||||||
bne L4192
|
bne L4192
|
||||||
inc TXTTAB+1
|
inc TXTTAB+1
|
||||||
L4192:
|
L4192:
|
||||||
@ -333,7 +333,7 @@ L4192:
|
|||||||
lda TXTTAB
|
lda TXTTAB
|
||||||
ldy TXTTAB+1
|
ldy TXTTAB+1
|
||||||
jsr REASON
|
jsr REASON
|
||||||
.ifdef CBM2_KBD
|
.ifdef CBM2
|
||||||
lda #<QT_BASIC
|
lda #<QT_BASIC
|
||||||
ldy #>QT_BASIC
|
ldy #>QT_BASIC
|
||||||
jsr STROUT
|
jsr STROUT
|
||||||
@ -401,7 +401,7 @@ QT_BYTES_FREE:
|
|||||||
.ifndef CBM_APPLE
|
.ifndef CBM_APPLE
|
||||||
.byte $0D,$0A,$0D,$0A
|
.byte $0D,$0A,$0D,$0A
|
||||||
.endif
|
.endif
|
||||||
.ifdef CBM2_KBD
|
.ifdef CBM2
|
||||||
.byte $0D,$00
|
.byte $0D,$00
|
||||||
.endif
|
.endif
|
||||||
.ifdef APPLE
|
.ifdef APPLE
|
||||||
|
Loading…
Reference in New Issue
Block a user