1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-16 08:56:51 +00:00
CLK/Storage/Disk
2017-08-15 16:25:46 -04:00
..
Encodings Sought to correct my interpretation of 'gap 3'. 2017-08-13 21:52:48 -04:00
Formats Flagged as not read-only, at least for now, to allow 8272 writing tests definitively to function. 2017-08-13 18:54:39 -04:00
Parsers
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
Disk.hpp
DiskController.cpp Upped the assert quotient. 2017-08-15 16:15:09 -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 Sought more robustly (i.e. less repetitively) to handle dispatch, including cancelling seeks where appropriate. 2017-08-14 10:37:39 -04:00
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 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
PCMSegment.cpp
PCMSegment.hpp
PCMTrack.cpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
PCMTrack.hpp