1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00
CLK/Storage/Disk
2017-10-17 22:13:37 -04:00
..
Controller Renames MFM.[c/h]pp as per its new remit: encoding only. 2017-09-24 21:40:43 -04:00
DiskImage Switches to providing a full record of changes to disk images, rather than feeding them a track at a time. 2017-10-07 19:37:36 -04:00
DPLL Ensures complete DPLL initial state assignment. 2017-10-17 22:13:37 -04:00
Encodings Switches the MFM shifter to unsigned accumulation. 2017-10-17 22:12:04 -04:00
Parsers Corrects buffer overwrites resulting from failure to treat a number of records of 0x80 as a special case. 2017-10-17 20:52:16 -04:00
Track Introduces flush_tracks to Drive, while switching its interface to using Track::Address and adjusting associated integer types. 2017-10-06 21:45:12 -04:00
Disk.hpp Ensures lifetime-linked track flushing without relying on virtual calls within a destructor. 2017-10-07 19:14:18 -04:00
Drive.cpp Ensures lifetime-linked track flushing without relying on virtual calls within a destructor. 2017-10-07 19:14:18 -04:00
Drive.hpp Ensures lifetime-linked track flushing without relying on virtual calls within a destructor. 2017-10-07 19:14:18 -04:00