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-02-28 22:29:36 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Storage
/
Disk
/
Encodings
/
MFM
History
Thomas Harte
ad9df4bb90
Commutes
uint8_t *
,
uint16_t *
,
uint32_t *
,
size_t
,
off_t
and
long
to functional-style casts.
2017-10-21 22:30:15 -04:00
..
Constants.hpp
Turns MFM bit length into a globally-available constant.
2017-09-27 21:30:09 -04:00
Encoder.cpp
Commutes
uint8_t *
,
uint16_t *
,
uint32_t *
,
size_t
,
off_t
and
long
to functional-style casts.
2017-10-21 22:30:15 -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
…
SegmentParser.cpp
Commutes
uint8_t *
,
uint16_t *
,
uint32_t *
,
size_t
,
off_t
and
long
to functional-style casts.
2017-10-21 22:30:15 -04:00
SegmentParser.hpp
…
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