1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-03 10:54:46 +00:00
CLK/Storage/Disk
2016-12-24 22:37:20 -05:00
..
Encodings
Formats
DigitalPhaseLockedLoop.cpp
DigitalPhaseLockedLoop.hpp
Disk.cpp Extended Storage::Disk::Disk to permit write-back of modified tracks, exposed some interface via Storage::Disk::Drive. 2016-12-24 22:11:31 -05:00
Disk.hpp Extended Storage::Disk::Disk to permit write-back of modified tracks, exposed some interface via Storage::Disk::Drive. 2016-12-24 22:11:31 -05:00
DiskController.cpp Continued the baby steps. 2016-12-24 21:54:43 -05:00
DiskController.hpp Withdrew unused tally. 2016-12-24 21:47:57 -05:00
Drive.cpp Extended Storage::Disk::Disk to permit write-back of modified tracks, exposed some interface via Storage::Disk::Drive. 2016-12-24 22:11:31 -05:00
Drive.hpp Added documentation. 2016-12-24 22:37:20 -05:00
PCMPatchedTrack.cpp Fixed multi-coverage insertion, via an appropriate test. 2016-12-20 21:38:32 -05:00
PCMPatchedTrack.hpp Attempted properly to cover the exactly-equal starts and ends cases, and to improve meaning. 2016-12-20 18:32:49 -05:00
PCMSegment.cpp Implemented a very basic PCMTrack test, nevertheless revealing an oversight in PCMSegmentEventSource related to improperly counting to the index hole if the final bit is set. Took that as a message that I should comment and document the event source. 2016-12-18 22:53:24 -05:00
PCMSegment.hpp Attempted to consolidate some of the repetition. 2016-12-21 22:17:00 -05:00
PCMTrack.cpp Implemented a very basic PCMTrack test, nevertheless revealing an oversight in PCMSegmentEventSource related to improperly counting to the index hole if the final bit is set. Took that as a message that I should comment and document the event source. 2016-12-18 22:53:24 -05:00
PCMTrack.hpp