.. |
Encodings
|
Withdraws requirement for DiskController users to specify a PLL multiplier or to provide rotation speed.
|
2017-09-10 22:56: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
|
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
|
Standardises on const [Half]Cycles as the thing called and returned, rather than const [Half]Cycles & as it's explicitly defined to be only one int in size, so using a reference is overly weighty.
|
2017-07-27 22:05:29 -04:00 |
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
|
Puts the disk controller back into the loop with knowledge about reading mode, and uses that knowledge to cut off the PLL.
|
2017-09-14 22:30:40 -04:00 |
DiskController.hpp
|
Puts the disk controller back into the loop with knowledge about reading mode, and uses that knowledge to cut off the PLL.
|
2017-09-14 22:30:40 -04:00 |
Drive.cpp
|
Implements the real hardware ready test for Drives — motor on plus two index holes.
|
2017-09-11 22:27:50 -04:00 |
Drive.hpp
|
Implements the real hardware ready test for Drives — motor on plus two index holes.
|
2017-09-11 22:27:50 -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 assert s, 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
|
Completed curly bracket movement.
|
2017-03-26 14:34:47 -04:00 |
PCMSegment.hpp
|
|
|
PCMTrack.cpp
|
Completed curly bracket movement.
|
2017-03-26 14:34:47 -04:00 |
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 |