mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Splitting by hard sectors works, up to a point; we can correctly decode (with
CRC checking!) most of the Zilog MCS disk. However, we're still stumped by the extra index hole.
This commit is contained in:
@@ -59,6 +59,9 @@ public:
|
||||
void rewind()
|
||||
{ _cursor = 0; }
|
||||
|
||||
size_t tell() const
|
||||
{ return _cursor; }
|
||||
|
||||
int read(unsigned& ticks);
|
||||
int readPulse(unsigned& ticks);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user