1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 17:56:29 +00:00
CLK/Machines
2017-07-16 19:49:31 -04:00
..
Atari2600 Merge branch 'master' into Z80 2017-05-16 21:05:00 -04:00
Commodore Switched to use of std::vector in those few remaining places where I was still using a unique_ptr to a native type and newing for myself. So, some of my earliest bits of code. 2017-07-16 13:54:07 -04:00
Electron Reduced copying of Pulses. 2017-07-16 19:49:31 -04:00
Oric
ZX8081 Added enough typing to issue a load command. No thoughts as to running yet though. 2017-07-09 22:07:12 -04:00
ConfigurationTarget.hpp
CRTMachine.hpp
KeyboardMachine.hpp
MemoryFuzzer.cpp
MemoryFuzzer.hpp Added memory fuzzing as a way to verify state being written by the Z80. Eventually discovered the HALT problem as fixed in the last commit, so have stripped away the caveman stuff again. 2017-06-05 10:36:07 -04:00
Typer.cpp
Typer.hpp