mirror of
https://github.com/A2osX/A2osX.git
synced 2025-01-12 01:30:36 +00:00
Mockingboard: allow detection with FastChip //e
This commit is contained in:
parent
9d5e142b0e
commit
d9042edb77
@ -50,8 +50,11 @@ Dev.Detect >STYA ARGS
|
||||
sec
|
||||
lda (ZPArgPtr),y
|
||||
sbc (ZPArgPtr),y
|
||||
cmp #5
|
||||
beq .4
|
||||
sec
|
||||
sbc #5 looking for 5 cycles between reads
|
||||
cmp #2 or 6 cycles with the FastChip //e
|
||||
|
||||
bcc .4
|
||||
|
||||
.3 inc FD.DEV.NAME+3
|
||||
inc ZPArgPtr+1 no match, try next slot....
|
||||
|
Loading…
x
Reference in New Issue
Block a user