1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-08-16 16:28:59 +00:00
CLK/Machines/Commodore/Vic-20
2017-10-15 20:49:47 -04:00
..
CharacterMapper.cpp Transfers possession of keyboard mappings from the Mac side over to individual machines. 2017-10-12 22:25:02 -04:00
CharacterMapper.hpp Within the Typer framework: hatched out CharacterMapper as a distinct thing from the target for keypresses, better to formalise responsibility but also to make it easy cleanly to sever that stuff into its own little part. 2017-08-03 11:42:31 -04:00
KeyboardMapper.cpp Corrects some deficiencies in Vic-20 keyboard mapping. 2017-10-12 22:33:00 -04:00
KeyboardMapper.hpp Transfers possession of keyboard mappings from the Mac side over to individual machines. 2017-10-12 22:25:02 -04:00
Vic20.cpp Corrects joystick memory leaks. 2017-10-15 20:49:47 -04:00
Vic20.hpp Introduces a joystick analogue to the shared keyboard interface, and implements it for the Vic-20. 2017-10-14 22:36:31 -04:00