1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-22 15:28:56 +00:00
CLK/Storage/Disk/Encodings/MFM
2017-09-27 21:30:09 -04:00
..
Constants.hpp Turns MFM bit length into a globally-available constant. 2017-09-27 21:30:09 -04:00
Encoder.cpp Isolates those Sector fields that describe its address and makes them usable as a set key. 2017-09-24 21:57:21 -04:00
Encoder.hpp Renames MFM.[c/h]pp as per its new remit: encoding only. 2017-09-24 21:40:43 -04:00
Parser.cpp Isolates those Sector fields that describe its address and makes them usable as a set key. 2017-09-24 21:57:21 -04:00
Parser.hpp Severs the MFM parser from the overweight single MFM.hpp. 2017-09-24 20:31:19 -04:00
Sector.hpp Marks the move constructor as noexcept, to improve usage with vector. 2017-09-25 19:53:22 -04:00
SegmentParser.cpp Changes function name to sector_size — into line with idioms. 2017-09-26 22:00:19 -04:00
SegmentParser.hpp Changes function name to sector_size — into line with idioms. 2017-09-26 22:00:19 -04:00
Shifter.cpp Factors shifting plus stateful [M]FM token recognition out of the MFMDiskController. 2017-09-24 20:07:56 -04:00
Shifter.hpp Factors shifting plus stateful [M]FM token recognition out of the MFMDiskController. 2017-09-24 20:07:56 -04:00