mirror of
https://github.com/a2-4am/anti-m.git
synced 2025-01-18 18:30:17 +00:00
another DOS
This commit is contained in:
parent
dcf82acd25
commit
80a1c1cac1
13
src/idboot.a
13
src/idboot.a
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user