1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 01:57:54 +00:00
CLK/Machines
2017-08-14 12:47:11 -04:00
..
AmstradCPC Clarified, slightly. 2017-08-14 12:47:11 -04:00
Atari2600
Commodore
Electron
Oric
ZX8081 Ensured the ZX80 and '81 also provide the necessary hook for destruction. 2017-08-11 12:11:01 -04:00
ConfigurationTarget.hpp
CRTMachine.hpp
KeyboardMachine.hpp
MemoryFuzzer.cpp
MemoryFuzzer.hpp Increased documentation. 2017-07-22 17:39:51 -04:00
Typer.cpp Fixed test for termination of a key sequence; the previous error will have seen this reduce all multi-key sequences to just the one, and expand single-key sequences to "probably" two, posting an out-of-bounds code to the machine at completion. 2017-08-11 11:35:14 -04:00
Typer.hpp