1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Machines
Thomas Harte 204d5cc964 Extends JoystickMachine protocol to cover ColecoVision use case.
Also thereby implements input on the ColecoVision, in theory at least. No input is being fed though, so...
2018-02-25 19:08:50 -05:00
..
AmstradCPC Adds multiple target versions of all the DynamicMachine-vended types. 2018-02-09 16:31:05 -05:00
Atari2600 Extends JoystickMachine protocol to cover ColecoVision use case. 2018-02-25 19:08:50 -05:00
ColecoVision Extends JoystickMachine protocol to cover ColecoVision use case. 2018-02-25 19:08:50 -05:00
Commodore Extends JoystickMachine protocol to cover ColecoVision use case. 2018-02-25 19:08:50 -05:00
Electron Pulls method call for tape fast loading checks out of inner loop for the Vic, Electron and ZX80/81. 2018-02-19 16:57:24 -05:00
MSX Forces the MSX's perform_machine_cycle into the Z80. 2018-02-19 19:54:42 -05:00
Oric Adds multiple target versions of all the DynamicMachine-vended types. 2018-02-09 16:31:05 -05:00
Utility Wired up a class and analyser for a ColecoVision. 2018-02-23 22:47:15 -05:00
ZX8081 Pulls method call for tape fast loading checks out of inner loop for the Vic, Electron and ZX80/81. 2018-02-19 16:57:24 -05:00
ConfigurationTarget.hpp Integrates the static and nascent dynamic analyser namespaces. 2018-01-24 21:48:44 -05:00
CRTMachine.hpp With debugging hooks still on display, makes first attempt at dynamic analysis. 2018-02-01 07:53:52 -05:00
DynamicMachine.hpp Reintroduces options selection for the Mac. 2018-02-12 21:46:21 -05:00
JoystickMachine.hpp Corrects joystick memory leaks. 2017-10-15 20:49:47 -04:00
KeyboardMachine.cpp Adds multiple target versions of all the DynamicMachine-vended types. 2018-02-09 16:31:05 -05:00
KeyboardMachine.hpp Adds multiple target versions of all the DynamicMachine-vended types. 2018-02-09 16:31:05 -05:00
ROMMachine.hpp Gives MachineForTargets complete responsibility for initial machine state. 2018-01-25 18:28:19 -05:00