1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-02 04:55:56 +00:00
CLK/Machines/Electron
2017-07-27 07:40:02 -04:00
..
Electron.cpp Added explicit signedness cast. 2017-07-25 22:49:03 -04:00
Electron.hpp Switched definitively to the works-for-now approach of requiring an explicit opt-in where somebody wants to clock a whole-cycle receiver from a half-cycle clock. 2017-07-27 07:40:02 -04:00
Interrupts.hpp
Plus3.cpp
Plus3.hpp
Speaker.cpp
Speaker.hpp
Tape.cpp Updated the Electron's tape class to be a ClockReceiver. 2017-07-24 21:36:30 -04:00
Tape.hpp Relocated ClockReceiver.hpp as it's a dependency for parts of the static analyser, and therefore needs to be distinct from the actual emulation parts. 2017-07-25 20:20:55 -04:00
Typer.cpp
Video.cpp The Electron's video is now a ClockReceiver. 2017-07-24 22:36:42 -04:00
Video.hpp Switched definitively to the works-for-now approach of requiring an explicit opt-in where somebody wants to clock a whole-cycle receiver from a half-cycle clock. 2017-07-27 07:40:02 -04:00