another DOS

This commit is contained in:
Peter Ferrie 2019-04-10 16:15:40 -07:00
parent dcf82acd25
commit 80a1c1cac1

View File

@ -281,5 +281,18 @@ IDBoot
rts
@notdos32e
lda #$7D
ldx #$5F
ldy #8
jsr @CompareMemoryRel
!byte $BD,$8A,$C0 ;LDA $C08A,X
!byte $B0,$03 ;BCS *+5
!byte $BD,$8B,$C0 ;LDA $C08B,X
bcs @notdos32f
inc $7D60
ldx #$60
rts
@notdos32f
rts
}