This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2025-01-11 08:30:55 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Storage
/
Disk
/
Encodings
/
MFM
History
Thomas Harte
3bb496f9ae
Enforces a maximum sector size to avoid impossible sizes.
...
Such as 128 * 2^255.
2018-03-22 22:00:26 -04:00
..
Constants.hpp
Turns MFM bit length into a globally-available constant.
2017-09-27 21:30:09 -04:00
Encoder.cpp
Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions.
2017-11-11 15:28:40 -05:00
Encoder.hpp
Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions.
2017-11-11 15:28:40 -05:00
Parser.cpp
Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions.
2017-11-11 15:28:40 -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
Enforces a maximum sector size to avoid impossible sizes.
2018-03-22 22:00:26 -04:00
SegmentParser.hpp
Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions.
2017-11-11 15:28:40 -05: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