1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 08:49:37 +00:00
CLK/Storage/Disk
Thomas Harte b5406b90cd Introduces a new class hierarchy for disk images.
Increasing independence of format-specific stuff and generic caching without mangling them into a common namespace, and allowing in some cases for a decrease in read/write blocking.
2017-09-22 20:28:11 -04:00
..
Encodings Introduces a new class hierarchy for disk images. 2017-09-22 20:28:11 -04:00
Formats Introduces a new class hierarchy for disk images. 2017-09-22 20:28:11 -04:00
Parsers Withdrew some caveman debugging nonsense. 2017-08-17 13:25:19 -04:00
DigitalPhaseLockedLoop.cpp
DigitalPhaseLockedLoop.hpp
Disk.hpp Introduces a new class hierarchy for disk images. 2017-09-22 20:28:11 -04:00
DiskController.cpp Adds defences against double calls to end writing. 2017-09-16 17:07:36 -04:00
DiskController.hpp Adds exposition on the meaning of a disk controller being in write mode. 2017-09-15 19:14:36 -04:00
DiskImage.cpp Introduces a new class hierarchy for disk images. 2017-09-22 20:28:11 -04:00
DiskImage.hpp Introduces a new class hierarchy for disk images. 2017-09-22 20:28:11 -04:00
Drive.cpp Adds defences against double calls to end writing. 2017-09-16 17:07:36 -04:00
Drive.hpp Drives now have a finite number of heads. 2017-09-15 21:18:36 -04:00
MFMDiskController.cpp Withdraws requirement for DiskController users to specify a PLL multiplier or to provide rotation speed. 2017-09-10 22:56:05 -04:00
MFMDiskController.hpp Withdraws requirement for DiskController users to specify a PLL multiplier or to provide rotation speed. 2017-09-10 22:56:05 -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 Introduces a new class hierarchy for disk images. 2017-09-22 20:28:11 -04:00
SingleTrackDisk.hpp Introduces a new class hierarchy for disk images. 2017-09-22 20:28:11 -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