1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-06 15:00:05 +00:00
CLK/Machines
2017-09-04 20:56:00 -04:00
..
AmstradCPC Makes it optional whether the Z80 supports the wait line. If the wait line isn't in use, runtime costs are decreased because the optional wait cycles need not be iterated over. 2017-08-26 23:08:57 -04:00
Atari2600 Added the option not to include ready line support in the 6502 core, and took advantage of it in the Electron, Oric and Vic-20 implementations. Also tagged those as forceinline and/or override final where applicable. 2017-08-21 21:56:42 -04:00
Commodore Tweaks Vic20 Machine parent class order so that when turned into a CRTMachine, still successfully dynamically casts as a ConfigurationTarget. 2017-09-04 20:56:00 -04:00
Electron Ensures all parts of the Electron have a fully-defined initial state. 2017-08-31 22:29:24 -04:00
Oric Reformulates the Oric more cleanly into the modern world. 2017-09-04 18:22:14 -04:00
ZX8081 Causes the ZX80/81 to omit support for the wait line if being configured as a ZX80. 2017-08-27 16:45:36 -04:00
ConfigurationTarget.hpp
CRTMachine.hpp
KeyboardMachine.hpp Increased documentation. 2017-07-22 17:39:51 -04:00
MemoryFuzzer.cpp
MemoryFuzzer.hpp
Typer.cpp
Typer.hpp