1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 01:57:54 +00:00
CLK/Storage/Disk/Track
2019-07-16 16:36:00 -04:00
..
PCMSegment.cpp Corrects Apple DSK track length, inter-track skew, and Pro-DOS volume number. 2018-08-27 20:56:25 -04:00
PCMSegment.hpp Corrects Apple DSK track length, inter-track skew, and Pro-DOS volume number. 2018-08-27 20:56:25 -04:00
PCMTrack.cpp Ensures that segments are written in a properly-circular fashion. 2018-07-02 19:35:49 -04:00
PCMTrack.hpp
Track.hpp Switches drives to using floats for time counting. 2019-07-02 15:43:03 -04:00
TrackSerialiser.cpp Ensures a trailing zero bit isn't dropped. 2019-07-16 16:36:00 -04:00
TrackSerialiser.hpp Added a guarantee that the TrackSerialiser won't modify tracks it receives. 2018-05-18 23:03:28 -04:00
UnformattedTrack.cpp
UnformattedTrack.hpp