1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 01:57:54 +00:00
CLK/Machines
2017-11-12 16:11:24 -05:00
..
AmstradCPC Commutes cross-platform #pragma marks to //MARK:s. 2017-11-12 15:59:11 -05:00
Atari2600 Commutes cross-platform #pragma marks to //MARK:s. 2017-11-12 15:59:11 -05:00
Commodore Corrects a pragma mark that escaped detection through typo. 2017-11-12 16:11:24 -05:00
Electron Commutes cross-platform #pragma marks to //MARK:s. 2017-11-12 15:59:11 -05:00
Oric 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
Utility Commutes cross-platform #pragma marks to //MARK:s. 2017-11-12 15:59:11 -05:00
ZX8081 Commutes cross-platform #pragma marks to //MARK:s. 2017-11-12 15:59:11 -05:00
ConfigurationTarget.hpp
CRTMachine.hpp Corrects improper initialisation order of the Commodore .tap and CRTMachine::Machine. 2017-11-10 22:08:40 -05:00
JoystickMachine.hpp Corrects joystick memory leaks. 2017-10-15 20:49:47 -04:00
KeyboardMachine.cpp Adds a reference to the calling keyboard in reset_all_keys. 2017-10-14 22:07:11 -04:00
KeyboardMachine.hpp
ROMMachine.hpp