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-12 00:30:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Storage
/
Disk
/
Encodings
/
MFM
History
Thomas Harte
3982e375e3
Introduces a route from a
PCMSegment
to a list of [M]FM sectors.
2017-09-25 19:57:11 -04:00
..
Constants.hpp
…
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
Introduces a route from a
PCMSegment
to a list of [M]FM sectors.
2017-09-25 19:57:11 -04:00
SegmentParser.hpp
Introduces a route from a
PCMSegment
to a list of [M]FM sectors.
2017-09-25 19:57:11 -04:00
Shifter.cpp
…
Shifter.hpp
…