1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-17 13:29:02 +00:00
CLK/Storage/Disk/Encodings/MFM
Thomas Harte 2d7a4fe5f0 Switches the MFM shifter to unsigned accumulation.
Since left shifting signed numbers is undefined behaviour.
2017-10-17 22:12:04 -04:00
..
Constants.hpp Turns MFM bit length into a globally-available constant. 2017-09-27 21:30:09 -04:00
Encoder.cpp Removes dead pragma. 2017-09-28 20:47:25 -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 Introduces flush_tracks to Drive, while switching its interface to using Track::Address and adjusting associated integer types. 2017-10-06 21:45:12 -04:00
Parser.hpp Recasts the [M]FM parser in terms of the new factoring. 2017-09-29 20:08:36 -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 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