fix floppy var use

This commit is contained in:
Peter Ferrie 2021-01-27 11:50:36 -08:00
parent 0fb35e76a8
commit c0d01f4f61
1 changed files with 2 additions and 2 deletions

View File

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