1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00
CLK/Storage/Disk
Thomas Harte 294e09f275 All these 'override's can be 'final's.
At least for the purpose of being communicative. I doubt there's much to gain in terms of compiler output — the DiskImageHolder can avoid some virtual lookups but nothing else leaps out.
2020-01-23 22:57:51 -05:00
..
Controller All these 'override's can be 'final's. 2020-01-23 22:57:51 -05:00
DiskImage All these 'override's can be 'final's. 2020-01-23 22:57:51 -05:00
DPLL Makes a more concrete attempt at track/sector combination. 2020-01-12 22:18:31 -05:00
Encodings Renames: NumberTheory -> Numeric. 2020-01-19 23:14:35 -05:00
Parsers Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
Track All these 'override's can be 'final's. 2020-01-23 22:57:51 -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 Allows the type of RDY signal to be specified. 2020-01-16 21:34:48 -05:00
Drive.hpp Allows the type of RDY signal to be specified. 2020-01-16 21:34:48 -05:00