1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-10 12:29:01 +00:00
CLK/Machines
2017-06-12 18:55:04 -04:00
..
Atari2600 Merge branch 'master' into Z80 2017-05-16 21:05:00 -04:00
Commodore Settled definitively on flush as more communicative than synchronise (and slightly more locale neutral); culled some more duplication from the Z80. 2017-05-15 07:38:59 -04:00
Electron Settled definitively on flush as more communicative than synchronise (and slightly more locale neutral); culled some more duplication from the Z80. 2017-05-15 07:38:59 -04:00
Oric Merge branch 'master' into Z80 2017-05-16 21:05:00 -04:00
ZX8081 Discovered my timing error: the I/R <-> A loads should take an extra cycle. This means the ZX80 now finally takes the correct 207 cycles per line. Fixed the video output wave to be clocked at the appropriate rate. 2017-06-12 18:55:04 -04:00
ConfigurationTarget.hpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
CRTMachine.hpp Made yet another guess at Commodore analysis. Elevated fast tape-related unnatural speed up to the OS-side mechanisms. 2016-09-12 22:06:03 -04:00
KeyboardMachine.hpp Made the typer much more able to help out, and thereby tidied and separated the Oric's typer. 2016-11-05 14:47:09 -04:00
MemoryFuzzer.cpp 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
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 Completed curly bracket movement. 2017-03-26 14:34:47 -04:00
Typer.hpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00