1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-14 12:24:04 +00:00
CLK/Storage/Disk/Encodings/AppleGCR
Thomas Harte 8da7806ee9 Liberalises segment parser not necessarily to require a standard epilogue.
It seems that real disks don't always have them; I guess the boot ROM doesn't require one.
2020-07-15 22:27:04 -04:00
..
Encoder.cpp Cuts down unused parameter warnings to just a few that may well indicate implementation errors. 2020-05-30 01:06:43 -04:00
Encoder.hpp It turns out that 5-and-3 disks have a different header prologue. 2020-03-24 21:59:55 -04:00
Sector.hpp Completes Mac GCR decoding and its associated test. 2019-07-11 17:37:07 -04:00
SegmentParser.cpp Liberalises segment parser not necessarily to require a standard epilogue. 2020-07-15 22:27:04 -04:00
SegmentParser.hpp Starts work on Macintosh GCR decoding. 2019-07-11 16:28:52 -04:00