1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-15 20:24:07 +00:00
CLK/Storage/Disk/Encodings/AppleGCR
Thomas Harte 2320b5c1fe Takes some steps towards five-and-three decoding.
Now I 'just' need to figure out how bits are distributed within the decoded sector. The XORing and data checksum seem the same (?)
2020-03-25 00:15:31 -04:00
..
Encoder.cpp Fixed: the sector number also goes into sector bodies. 2019-06-18 10:34:10 -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 Takes some steps towards five-and-three decoding. 2020-03-25 00:15:31 -04:00
SegmentParser.hpp Starts work on Macintosh GCR decoding. 2019-07-11 16:28:52 -04:00