1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00
CLK/Storage/Disk
2016-07-29 18:52:50 -04:00
..
Encodings Started turning the 1540 into an actual disk drive. 2016-07-29 11:03:09 -04:00
Formats Started turning the 1540 into an actual disk drive. 2016-07-29 11:03:09 -04:00
DigitalPhaseLockedLoop.cpp Attempted to simplify, very slightly. 2016-07-28 14:35:39 -04:00
DigitalPhaseLockedLoop.hpp Switched to a much-more straightforward PLL. I think I'm just fiddling now rather than moving forwards. Probably time to move on? 2016-07-28 11:32:14 -04:00
Disk.cpp Sketched out the generic interface for a disk, documenting it and the tape interface while I'm here. 2016-07-10 08:54:39 -04:00
Disk.hpp Factored out the PCM track since it's going to be a useful construct for almost every file format. Documented it a little better. 2016-07-10 18:36:52 -04:00
DiskDrive.cpp Attempted to give the PLL a litte extra leeway, and fixed PCMTrack length test. 2016-07-29 18:52:50 -04:00
DiskDrive.hpp Started turning the 1540 into an actual disk drive. 2016-07-29 11:03:09 -04:00
PCMTrack.cpp Attempted to give the PLL a litte extra leeway, and fixed PCMTrack length test. 2016-07-29 18:52:50 -04:00
PCMTrack.hpp Switched to specifying bit length as a quotient for the purposes of a PCMSegment and verified that I had the logic for picking a Commodore time zone backwards: bigger numbers are faster, not slower. 2016-07-15 06:51:11 -04:00