1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00
CLK/Storage/Disk
Thomas Harte e3b4aebf1a Introduces the Disk II as a unique media target platform.
As it makes a little more sense to analyse Apple GCR images to determine target platform than it does to have the potential platforms vote over them.

Also starts on the parser that'll be necessary for making a decision.
2018-05-04 18:02:36 -04:00
..
Controller Attempts to introduce sleeping for the Disk II. 2018-04-29 17:51:10 -04:00
DiskImage Relocates and cleans up what is currently written of Apple GCR handling as the encoder. 2018-05-03 22:40:45 -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 Introduces the Disk II as a unique media target platform. 2018-05-04 18:02:36 -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 Switches to producing a single segment for NIBs and DSKs. 2018-05-01 20:31:42 -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 Deals with potential precision pitfall. 2018-05-02 21:26:39 -04:00
Drive.hpp Makes joined-up attempt to run data through the Disk II. 2018-04-24 19:44:45 -07:00