fix floppy var use

This commit is contained in:
Peter Ferrie 2021-01-27 11:50:36 -08:00
parent 0fb35e76a8
commit c0d01f4f61

View File

@ -1738,9 +1738,9 @@ delay
-- ldx #$11 -- ldx #$11
- dex - dex
bne - bne -
inc tmpsec inc scratchlo
bne + bne +
inc reqsec inc scratchhi
+ sec + sec
sbc #1 sbc #1
bne -- bne --