1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-07 06:57:15 +00:00
CLK/Machines
2020-01-02 23:36:11 -05:00
..
AmstradCPC Eliminates static where constexpra aren't class members; adds some if constexprs for clarity. 2019-12-22 13:42:24 -05:00
Apple Embraces std::make_[unique/shared] in place of .reset(new . 2019-12-23 21:31:46 -05:00
Atari Reintroduces sync write delay. 2020-01-02 23:36:11 -05:00
ColecoVision Deploys constexpr as a stricter const. 2019-12-22 00:22:17 -05:00
Commodore Permits Vic-20 memory to be specified in banks; adds recognition of TheC64-style file tags to specify them. 2019-12-26 22:49:48 -05:00
Electron Embraces std::make_[unique/shared] in place of .reset(new . 2019-12-23 21:31:46 -05:00
MasterSystem Deploys constexpr as a stricter const. 2019-12-22 00:22:17 -05:00
MSX Embraces std::make_[unique/shared] in place of .reset(new . 2019-12-23 21:31:46 -05:00
Oric Embraces std::make_[unique/shared] in place of .reset(new . 2019-12-23 21:31:46 -05:00
Utility Embraces std::make_[unique/shared] in place of .reset(new . 2019-12-23 21:31:46 -05:00
ZX8081 Eliminates static where constexpra aren't class members; adds some if constexprs for clarity. 2019-12-22 13:42:24 -05:00
CRTMachine.hpp
DynamicMachine.hpp
JoystickMachine.hpp
KeyboardMachine.cpp
KeyboardMachine.hpp
MediaTarget.hpp Corrects documentation of the media target. 2018-07-10 21:42:09 -04:00
MouseMachine.hpp
ROMMachine.hpp