1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Machines
Thomas Harte c12aaea747 Attempts to get as far as running the MultiMachine.
In doing so, fixes the long-standing bug that machines that output audio but don't have a listener produce a divide by zero.
2018-01-30 22:23:06 -05:00
..
AmstradCPC Integrates the static and nascent dynamic analyser namespaces. 2018-01-24 21:48:44 -05:00
Atari2600 Integrates the static and nascent dynamic analyser namespaces. 2018-01-24 21:48:44 -05:00
Commodore Integrates the static and nascent dynamic analyser namespaces. 2018-01-24 21:48:44 -05:00
Electron Integrates the static and nascent dynamic analyser namespaces. 2018-01-24 21:48:44 -05:00
MSX Introduces a multimachine to handle multi-target static analyser outputs. 2018-01-28 22:22:21 -05:00
Oric Integrates the static and nascent dynamic analyser namespaces. 2018-01-24 21:48:44 -05:00
Utility Pulls DynamicMachine out of MachineForTarget and adds MultiConfigurationTarget as a first multiplexer. 2018-01-29 21:49:49 -05:00
ZX8081 Integrates the static and nascent dynamic analyser namespaces. 2018-01-24 21:48:44 -05:00
ConfigurationTarget.hpp Integrates the static and nascent dynamic analyser namespaces. 2018-01-24 21:48:44 -05:00
CRTMachine.hpp Attempts to get as far as running the MultiMachine. 2018-01-30 22:23:06 -05:00
DynamicMachine.hpp Pulls DynamicMachine out of MachineForTarget and adds MultiConfigurationTarget as a first multiplexer. 2018-01-29 21:49:49 -05:00
JoystickMachine.hpp Corrects joystick memory leaks. 2017-10-15 20:49:47 -04:00
KeyboardMachine.cpp Rejigs the typing relationship so that use of a typer is not strongly implied by the interface. 2017-12-29 18:30:46 -05:00
KeyboardMachine.hpp Adds missing header. 2017-12-29 18:41:26 -05:00
ROMMachine.hpp Gives MachineForTargets complete responsibility for initial machine state. 2018-01-25 18:28:19 -05:00