1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00
CLK/Storage/Disk
Thomas Harte 7b7beb13a3 Eliminates the fiction of setting and getting registers.
The Disk II seems lower level than that; it will read the data bus whenever it likes, it is the programmer's responsibility to keep up with that. It also reserves the right not to load the bus regardless of whether it receives a read or write access.
2018-05-17 21:39:11 -04:00
..
Controller Eliminates all emdashes in cross-platform code. 2018-05-13 15:34:31 -04:00
DiskImage Eliminates the fiction of setting and getting registers. 2018-05-17 21:39:11 -04:00
DPLL Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
Encodings Eliminates all emdashes in cross-platform code. 2018-05-13 15:34:31 -04:00
Parsers Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
Track Rejigs segment conjugation to avoid potential accidental empty byte. 2018-05-13 22:30:44 -04:00
Disk.hpp Eliminates all emdashes in cross-platform code. 2018-05-13 15:34:31 -04:00
Drive.cpp Undoes reformatting error. 2018-05-14 20:03:32 -04:00
Drive.hpp Ensures generation of random noise if too many zeroes exist on a disk surface. 2018-05-14 19:17:34 -04:00