1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 23:52:26 +00:00
CLK/Storage/Disk
2017-09-10 17:34:52 -04:00
..
Encodings Updates the MFM parser to use SingleTrackDisk rather than the equivalent withdrawn Drive functionality. 2017-09-10 17:34:52 -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 After a quick check, added a couple of other _delegate initialisations. I should probably find a way to template this. 2017-08-01 07:07:43 -04:00
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 Attempted to implement Sleeper in Drive and therefore in DiskController. Also corrected a couple of nonconformant file names. 2017-08-20 11:54:54 -04:00
DiskController.hpp Started devolving timed event loop logic down to the drives, moving them closer to modelling real life. 2017-09-10 14:43:20 -04:00
Drive.cpp Provides an implementation of Drive's new interface. 2017-09-10 17:33:01 -04:00
Drive.hpp Provides an implementation of Drive's new interface. 2017-09-10 17:33:01 -04:00
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
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