Mockingboard: allow detection with FastChip //e

This commit is contained in:
Peter Ferrie 2021-06-04 10:01:38 -07:00
parent 9d5e142b0e
commit d9042edb77
1 changed files with 5 additions and 2 deletions

View File

@ -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....