1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-04 15:05:36 +00:00
CLK/Storage/Disk
2016-12-25 22:00:39 -05:00
..
Encodings Factored the MFM parser out into encodings. 2016-12-25 20:00:57 -05:00
Formats Modified SSD to ensure a fully-formatted surface is represented even if no track data is in the source file. This corrects the controller's sense of write success. 2016-12-25 20:40:06 -05:00
DigitalPhaseLockedLoop.cpp
DigitalPhaseLockedLoop.hpp
Disk.cpp [Mostly] fixed track write-back. 2016-12-25 19:19:22 -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 With lots of logging arising temporarily, fixed bug whereby conversion to a patched track would lead to holding a track with a distinct measure of time, leading to improperly-placed patches. 2016-12-25 22:00:39 -05:00
DiskController.hpp With lots of logging arising temporarily, fixed bug whereby conversion to a patched track would lead to holding a track with a distinct measure of time, leading to improperly-placed patches. 2016-12-25 22:00:39 -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 With lots of logging arising temporarily, fixed bug whereby conversion to a patched track would lead to holding a track with a distinct measure of time, leading to improperly-placed patches. 2016-12-25 22:00:39 -05:00
PCMPatchedTrack.hpp With lots of logging arising temporarily, fixed bug whereby conversion to a patched track would lead to holding a track with a distinct measure of time, leading to improperly-placed patches. 2016-12-25 22:00:39 -05:00
PCMSegment.cpp
PCMSegment.hpp Attempted to consolidate some of the repetition. 2016-12-21 22:17:00 -05:00
PCMTrack.cpp
PCMTrack.hpp