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-30 11:34:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Storage
/
Disk
/
Track
History
Thomas Harte
4ef583813a
Minor tidying of PCMSegment and Oric MFM DSK.
2018-01-09 22:12:34 -05:00
..
PCMPatchedTrack.cpp
…
PCMPatchedTrack.hpp
Eliminates a large number of instance of end-of-line tabs.
2017-11-07 22:51:06 -05:00
PCMSegment.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
PCMSegment.hpp
Minor tidying of PCMSegment and Oric MFM DSK.
2018-01-09 22:12:34 -05:00
PCMTrack.cpp
…
PCMTrack.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
Track.hpp
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
TrackSerialiser.cpp
Commutes
int
and
unsigned
casts to the functional style.
2017-10-21 21:00:40 -04:00
TrackSerialiser.hpp
Switches the track serialiser to a more standard header + implementation separation.
2017-09-26 22:01:32 -04:00
UnformattedTrack.cpp
…
UnformattedTrack.hpp
…