1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00
CLK/Components/DiskII
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
..
DiskII.cpp Expands size of storage in Cycles/HalfCycles; adjusts widely to compensate. 2019-10-29 22:36:29 -04:00
DiskII.hpp All these 'override's can be 'final's. 2020-01-23 22:57:51 -05:00
IWM.cpp Deploys constexpr as a stricter const. 2019-12-22 00:22:17 -05:00
IWM.hpp All these 'override's can be 'final's. 2020-01-23 22:57:51 -05:00
MacintoshDoubleDensityDrive.cpp Adds activity lights for Macintosh disk activity. 2019-08-02 16:26:23 -04:00
MacintoshDoubleDensityDrive.hpp All these 'override's can be 'final's. 2020-01-23 22:57:51 -05:00