1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00
CLK/Storage/Disk/Encodings/AppleGCR
Thomas Harte d17fadbe0b Avoid off-by-one error in sector decoding.
Specific issue: retaining the 256 bytes up to _and including_ the checksum, rather than excluding.
2022-09-16 15:47:38 -04:00
..
Encoder.cpp Upgrade to constexpr. 2022-09-16 15:46:09 -04:00
Encoder.hpp Adds an informal guarantee. 2020-11-16 19:53:17 -05:00
Sector.hpp Further relax Apple GCR static analysis requirements. 2020-07-20 19:50:33 -04:00
SegmentParser.cpp Avoid off-by-one error in sector decoding. 2022-09-16 15:47:38 -04:00
SegmentParser.hpp Starts work on Macintosh GCR decoding. 2019-07-11 16:28:52 -04:00