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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user