1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 21:29:53 +00:00
CLK/Machines/Utility
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
..
MachineForTarget.cpp Wires through a composite video option for the ST. 2019-12-20 20:49:14 -05:00
MachineForTarget.hpp
MemoryFuzzer.cpp
MemoryFuzzer.hpp
MemoryPacker.cpp
MemoryPacker.hpp
StringSerialiser.cpp
StringSerialiser.hpp
TypedDynamicMachine.hpp All these 'override's can be 'final's. 2020-01-23 22:57:51 -05:00
Typer.cpp
Typer.hpp Embraces std::make_[unique/shared] in place of .reset(new . 2019-12-23 21:31:46 -05:00