This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2025-01-14 13:33:42 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Machines
/
Commodore
/
Vic-20
History
Thomas Harte
1825af0dd3
Eliminates dead code in the Vic-20 and Inputs::Joystick.
2017-10-19 22:15:21 -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
Eliminates dead code in the Vic-20 and Inputs::Joystick.
2017-10-19 22:15:21 -04:00
Vic20.hpp
Implements Vic-20 restore key.
2017-10-19 22:02:34 -04:00