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

@@ -17,6 +17,7 @@ class Bytes;
extern double getCurrentTime();
extern void hexdump(std::ostream& stream, const Bytes& bytes);
extern void hexdumpForSrp16(std::ostream& stream, const Bytes& bytes);
class Error
{