1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 01:57:54 +00:00
CLK/Machines
2017-11-26 20:07:30 -05:00
..
AmstradCPC Simplifies CPC ROM input mechanism. 2017-11-25 08:18:01 -05:00
Atari2600
Commodore Ensures all vectors loaded from disk are the expected size. 2017-11-24 22:22:32 -05:00
Electron Eliminates the generalised special case selectors and ROM suppliers from the CPC, Vic-20, Electron and ZX80/81. 2017-11-24 17:55:28 -05:00
MSX Ensures the MSX provides a clock to the VDP. 2017-11-26 20:07:30 -05:00
Oric Ensures all vectors loaded from disk are the expected size. 2017-11-24 22:22:32 -05:00
Utility Adds enough static analyser to get to the MSX itself as the point of failure in SDL/kiosk mode. 2017-11-25 13:18:24 -05:00
ZX8081 Ensures all vectors loaded from disk are the expected size. 2017-11-24 22:22:32 -05:00
ConfigurationTarget.hpp
CRTMachine.hpp
JoystickMachine.hpp Corrects joystick memory leaks. 2017-10-15 20:49:47 -04:00
KeyboardMachine.cpp
KeyboardMachine.hpp Further builds up SConstruct, correcting many missed imports and a couple of improper uses of C99 in C++ code. 2017-11-09 22:04:49 -05:00
ROMMachine.hpp