1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 23:52:26 +00:00
CLK/Storage/Disk
2016-12-18 10:19:24 -05:00
..
Encodings
Formats
DigitalPhaseLockedLoop.cpp
DigitalPhaseLockedLoop.hpp
Disk.cpp
Disk.hpp Opted to pass times by reference and added enough to PCMPatchedTrack that it could start being used by the disk controller, albeit that it doesn't work. 2016-12-17 16:26:45 -05:00
DiskController.cpp
DiskController.hpp This'll do as a write interface, won't it? 2016-12-07 22:19:20 -05:00
Drive.cpp
Drive.hpp
PCMPatchedTrack.cpp Ensured the patchable track owns its underlying track. 2016-12-17 18:17:22 -05:00
PCMPatchedTrack.hpp Ensured the patchable track owns its underlying track. 2016-12-17 18:17:22 -05:00
PCMSegment.cpp Added seeking tests, correcting such errors as uncovered. 2016-12-18 10:19:24 -05:00
PCMSegment.hpp Made an attempt to implement seek_to on PCMSegmentEventSource, taking account of off-by-half counting. 2016-12-17 22:44:33 -05:00
PCMTrack.cpp Opted to pass times by reference and added enough to PCMPatchedTrack that it could start being used by the disk controller, albeit that it doesn't work. 2016-12-17 16:26:45 -05:00
PCMTrack.hpp Made an attempt to separate and isolate the stuff of creating flux events from a PCMSegment, eventually to factor that out of PCMTrack and make it available also to PCMPatchedTrack. 2016-12-17 21:13:57 -05:00