1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-10 12:29:01 +00:00
CLK/Storage/Disk/Encodings/MFM
2020-01-02 23:43:53 -05:00
..
Constants.hpp Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
Encoder.cpp Ensure no possible return without value. 2020-01-02 23:43:53 -05:00
Encoder.hpp Resolves further build warnings. 2019-01-13 20:37:50 -05:00
Parser.cpp Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
Parser.hpp Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
Sector.hpp Eliminates all emdashes in cross-platform code. 2018-05-13 15:34:31 -04:00
SegmentParser.cpp Embraces std::make_[unique/shared] in place of .reset(new . 2019-12-23 21:31:46 -05:00
SegmentParser.hpp Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
Shifter.cpp Minor static_cast clean-ups. 2019-12-22 17:56:59 -05:00
Shifter.hpp Generalised CRC generation and created specific subclasses for the CCITT CRC16 and CRC32. 2018-05-23 22:21:57 -04:00