1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-10 12:29:01 +00:00
CLK/Machines
Thomas Harte 9e0907ee76 Completes clean-up of post-formalisation per-machine keyboard code.
At least for now. Standardising on how column + row is encoded might be helpful.
2017-10-21 10:52:35 -04:00
..
AmstradCPC Completes clean-up of post-formalisation per-machine keyboard code. 2017-10-21 10:52:35 -04:00
Atari2600 Corrects joystick memory leaks. 2017-10-15 20:49:47 -04:00
Commodore Completes clean-up of post-formalisation per-machine keyboard code. 2017-10-21 10:52:35 -04:00
Electron Completes clean-up of post-formalisation per-machine keyboard code. 2017-10-21 10:52:35 -04:00
Oric Completes clean-up of post-formalisation per-machine keyboard code. 2017-10-21 10:52:35 -04:00
Utility Relocates things that were in Machines/ for machine usage. 2017-10-21 10:30:02 -04:00
ZX8081 Completes clean-up of post-formalisation per-machine keyboard code. 2017-10-21 10:52:35 -04:00
ConfigurationTarget.hpp Split the static analyser functionality so that it's possible just to ask for the set of media implied by a particular file. Extended ConfigurationTarget so that media alone can be pushed to a machine. 2017-08-17 10:48:29 -04:00
CRTMachine.hpp After a quick check, added a couple of other _delegate initialisations. I should probably find a way to template this. 2017-08-01 07:07:43 -04: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 Adds a reference to the calling keyboard in reset_all_keys. 2017-10-14 22:07:11 -04:00