mirror of
https://github.com/bobbimanners/ProDOS-Utils.git
synced 2024-12-26 23:29:16 +00:00
Fix to cc65 isdevice call (thanks to John Brooks!)
This commit is contained in:
parent
afe7fedd58
commit
b98a9ede66
@ -8,10 +8,16 @@
|
|||||||
.include "mli.inc"
|
.include "mli.inc"
|
||||||
|
|
||||||
isdevice:
|
isdevice:
|
||||||
|
lda $bfff
|
||||||
|
cmp #$25
|
||||||
|
lda #$f0
|
||||||
|
bcc :+
|
||||||
|
lda #$f3
|
||||||
|
: sta tmp1
|
||||||
ldy DEVCNT
|
ldy DEVCNT
|
||||||
: lda DEVLST,y
|
: txa
|
||||||
sta tmp1
|
eor DEVLST,y
|
||||||
cpx tmp1
|
and tmp1
|
||||||
beq :+
|
beq :+
|
||||||
dey
|
dey
|
||||||
bpl :-
|
bpl :-
|
||||||
|
BIN
sortdir.po
BIN
sortdir.po
Binary file not shown.
Loading…
Reference in New Issue
Block a user