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:
David Given
2019-03-09 12:19:28 +01:00
parent 456791e20c
commit cf9730fbb3
9 changed files with 71 additions and 20 deletions

View File

@@ -59,6 +59,9 @@ public:
void rewind()
{ _cursor = 0; }
size_t tell() const
{ return _cursor; }
int read(unsigned& ticks);
int readPulse(unsigned& ticks);