1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00
CLK/Storage/Disk
2016-09-17 22:02:38 -04:00
..
Encodings Started work on a GCR parser and the helper functions that lie behind that. 2016-09-13 21:53:36 -04:00
Formats Minor tidying of namespace usage declarations. 2016-08-27 17:18:12 -04:00
DigitalPhaseLockedLoop.cpp Reduced 1540 PLL to running at 4Mhz. Which is possibly correct (?) Made minor change to avoid divide if possible. 2016-08-02 21:28:50 -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 Gave disks their own namespace. 2016-08-27 17:15:09 -04:00
DiskDrive.cpp Attempted to use the new get_cycles_until_next_event method to take some repetition outside of the PLL and drive event loops. 2016-09-17 22:02:38 -04:00
DiskDrive.hpp Gave disks their own namespace. 2016-08-27 17:15:09 -04:00
PCMTrack.cpp Gave disks their own namespace. 2016-08-27 17:15:09 -04:00
PCMTrack.hpp Gave disks their own namespace. 2016-08-27 17:15:09 -04:00