1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00
CLK/Machines/Electron
2016-12-15 18:09:49 -05:00
..
Electron.cpp An early draft; dealing with the issue that not all cycles are necessarily consumed in a single call. Incomplete; broken. Committing for cross-machine visibility. 2016-12-12 08:01:10 -05:00
Electron.hpp Started attempting to move total responsibility for display-related interrupts and RAM timing into the video. 2016-12-11 18:34:49 -05:00
Interrupts.hpp
Plus3.cpp
Plus3.hpp
Speaker.cpp Factored out the Electron's speaker and adjusted instance variable naming. 2016-12-03 12:41:02 -05:00
Speaker.hpp Factored out the Electron's speaker and adjusted instance variable naming. 2016-12-03 12:41:02 -05:00
Tape.cpp
Tape.hpp
Typer.cpp
Video.cpp Reinstated whole-frame counting. Thereby to reinstate proper interrupts. 2016-12-15 18:09:49 -05:00
Video.hpp Switched to a table-based dispatch of line-by-line actions, primarily to simplify. 2016-12-15 18:07:46 -05:00