1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-18 06:58:32 +00:00
CLK/Machines/ZX8081
2017-08-03 12:38:22 -04:00
..
CharacterMapper.cpp
CharacterMapper.hpp
Video.cpp Standardises on const [Half]Cycles as the thing called and returned, rather than const [Half]Cycles & as it's explicitly defined to be only one int in size, so using a reference is overly weighty. 2017-07-27 22:05:29 -04:00
Video.hpp
ZX8081.cpp
ZX8081.hpp Formally declared the ZX80/81 and Amstrad CPC as keyboard machines in their public interface. Which means not having to repeat the meaning of set_key_state and clear_all_keys. So: a minor DRY improvement. 2017-08-03 12:38:22 -04:00