1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-07 08:28:57 +00:00
CLK/Storage/Disk
Thomas Harte 2b4c924399 Makes an effort to locate address and data bodies within track.
"Not completely successful" would be the polite term.
2020-01-09 23:28:07 -05:00
..
Controller Embraces std::make_[unique/shared] in place of .reset(new . 2019-12-23 21:31:46 -05:00
DiskImage Makes an effort to locate address and data bodies within track. 2020-01-09 23:28:07 -05:00
DPLL Expands size of storage in Cycles/HalfCycles; adjusts widely to compensate. 2019-10-29 22:36:29 -04:00
Encodings Ensure no possible return without value. 2020-01-02 23:43:53 -05:00
Parsers Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
Track Enhances with constexpr. 2019-12-24 18:53:50 -05:00
Disk.hpp Starts pushing towards figuring out a proper infrastructure for mass storage. 2019-08-21 23:22:58 -04:00
Drive.cpp Adds a basic implementation of the non-instantaneous index pulse. 2019-12-24 21:05:17 -05:00
Drive.hpp Adds responsibility for an ongoing index pulse to the drive. 2019-12-24 20:53:37 -05:00