1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00
CLK/Storage/Disk
Thomas Harte a9d4fe0b41 Introduces filetype wiring for DO and PO files.
Also corrects sector numbering logic to ensure there is a sector 15.
2018-04-29 16:34:10 -04:00
..
Controller Converts Time::get into a template, introduces a via-a-double fallback for the timed event loop. 2018-04-25 19:54:39 -04:00
DiskImage Introduces filetype wiring for DO and PO files. 2018-04-29 16:34:10 -04:00
DPLL Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions. 2017-11-11 15:28:40 -05:00
Encodings Corrects storage of lower two bit pairs. 2018-04-29 11:20:23 -04:00
Parsers Doubles down on <cX> over <X.h> for C includes, and usage of the namespace for those types and functions. 2017-11-11 15:28:40 -05:00
Track Makes a first attempt at NIB support. 2018-04-26 22:49:07 -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 Adjusted stepper logic; some disks load now. 2018-04-25 21:59:18 -04:00
Drive.hpp Makes joined-up attempt to run data through the Disk II. 2018-04-24 19:44:45 -07:00