mirror of
https://github.com/bobbimanners/ProDOS-Utils.git
synced 2024-12-26 07:29:25 +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"
|
||||
|
||||
isdevice:
|
||||
lda $bfff
|
||||
cmp #$25
|
||||
lda #$f0
|
||||
bcc :+
|
||||
lda #$f3
|
||||
: sta tmp1
|
||||
ldy DEVCNT
|
||||
: lda DEVLST,y
|
||||
sta tmp1
|
||||
cpx tmp1
|
||||
: txa
|
||||
eor DEVLST,y
|
||||
and tmp1
|
||||
beq :+
|
||||
dey
|
||||
bpl :-
|
||||
|
BIN
sortdir.po
BIN
sortdir.po
Binary file not shown.
Loading…
Reference in New Issue
Block a user