1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 01:57:54 +00:00
CLK/Storage/Disk
2017-08-15 22:06:58 -04:00
..
Encodings
Formats
Parsers
DigitalPhaseLockedLoop.cpp
DigitalPhaseLockedLoop.hpp
Disk.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
Disk.hpp
DiskController.cpp Removed debugging nonsense. 2017-08-15 22:06:58 -04:00
DiskController.hpp Added an easy way for disk controllers to clamp termination of written data exactly to the index hole. 2017-08-15 16:05:10 -04:00
Drive.cpp
Drive.hpp
MFMDiskController.cpp Added: write_id_data_joiner can now be instructed not to write the first portion of gap. Which makes more sense as an option, to avoiding splicing errors. 2017-08-15 15:29:23 -04:00
MFMDiskController.hpp Added: write_id_data_joiner can now be instructed not to write the first portion of gap. Which makes more sense as an option, to avoiding splicing errors. 2017-08-15 15:29:23 -04:00
PCMPatchedTrack.cpp Further upped asserts, thereby discovering the mistake I'd recently introduced: seeking properly within the event source as per its potential left-clipping, but then not allowing for that in the calculated current time. 2017-08-15 16:25:46 -04:00
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
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