mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
`readRaw8` throws an exception if you run out of data. This did not turn up during my testing, because I was reading back a disk written by fluxengine, so everything was aligned to the index pulse and no sector ever straddled a revolution. On a "real" apple2-written disk, this was not the case. Incidentally, the "extra 0" problem exists on a real apple2-written floppy as well.