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-11-10 22:57:03 -05:00
..
Constants.hpp Turns MFM bit length into a globally-available constant. 2017-09-27 21:30:09 -04:00
Encoder.cpp Generalises the concept of multiple samplings of an FM/MFM sector, simplifying CPC DSK support and paving the way for generic weak/fuzzy bit support. 2017-10-31 21:32:28 -04:00
Encoder.hpp Further builds up SConstruct, correcting many missed imports and a couple of improper uses of C99 in C++ code. 2017-11-09 22:04:49 -05:00
Parser.cpp Corrects order-of-initialisation errors in the CPC (again), TextureBuilder, TextureTarget, Z80, MFM parser and binary tape player. 2017-11-10 22:57:03 -05:00
Parser.hpp Recasts the [M]FM parser in terms of the new factoring. 2017-09-29 20:08:36 -04:00
Sector.hpp Generalises the concept of multiple samplings of an FM/MFM sector, simplifying CPC DSK support and paving the way for generic weak/fuzzy bit support. 2017-10-31 21:32:28 -04:00
SegmentParser.cpp Generalises the concept of multiple samplings of an FM/MFM sector, simplifying CPC DSK support and paving the way for generic weak/fuzzy bit support. 2017-10-31 21:32:28 -04:00
SegmentParser.hpp Changes function name to sector_size — into line with idioms. 2017-09-26 22:00:19 -04:00
Shifter.cpp Switches the MFM shifter to unsigned accumulation. 2017-10-17 22:12:04 -04:00
Shifter.hpp Switches the MFM shifter to unsigned accumulation. 2017-10-17 22:12:04 -04:00