1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-27 16:31:31 +00:00
CLK/Storage/Disk
2017-09-10 20:51:05 -04:00
..
Encodings Corrected wiring to get advance signals through to Drive event delegates. 2017-09-10 20:51:05 -04:00
Formats Resolves all current analyser warnings. 2017-08-24 22:18:44 -04:00
Parsers Withdrew some caveman debugging nonsense. 2017-08-17 13:25:19 -04:00
DigitalPhaseLockedLoop.cpp
DigitalPhaseLockedLoop.hpp
Disk.cpp Ensured no attempt to put a null track into the cache 2017-08-17 15:30:02 -04:00
Disk.hpp
DiskController.cpp Corrected wiring to get advance signals through to Drive event delegates. 2017-09-10 20:51:05 -04:00
DiskController.hpp Strips Controller of all capabilities now housed on the Drive. 2017-09-10 19:23:23 -04:00
Drive.cpp Corrected wiring to get advance signals through to Drive event delegates. 2017-09-10 20:51:05 -04:00
Drive.hpp Corrected wiring to get advance signals through to Drive event delegates. 2017-09-10 20:51:05 -04:00
MFMDiskController.cpp Strips Controller of all capabilities now housed on the Drive. 2017-09-10 19:23:23 -04:00
MFMDiskController.hpp Strips Controller of all capabilities now housed on the Drive. 2017-09-10 19:23:23 -04:00
PCMPatchedTrack.cpp
PCMPatchedTrack.hpp Introduced a test within the disk controller so as not to request illegal tracks from disks, instead automatically substituting an 'unformatted' track. Which is just empty. 2017-08-15 21:52:12 -04:00
PCMSegment.cpp
PCMSegment.hpp
PCMTrack.cpp
PCMTrack.hpp
SingleTrackDisk.cpp Implements SingleTrackDisk, a Disk that contains only a single, specified, track. 2017-09-10 17:34:14 -04:00
SingleTrackDisk.hpp Implements SingleTrackDisk, a Disk that contains only a single, specified, track. 2017-09-10 17:34:14 -04:00
UnformattedTrack.cpp Introduced a test within the disk controller so as not to request illegal tracks from disks, instead automatically substituting an 'unformatted' track. Which is just empty. 2017-08-15 21:52:12 -04:00
UnformattedTrack.hpp Introduced a test within the disk controller so as not to request illegal tracks from disks, instead automatically substituting an 'unformatted' track. Which is just empty. 2017-08-15 21:52:12 -04:00