1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 17:56:29 +00:00
CLK/Machines/Electron
2017-11-18 20:02:04 -05:00
..
Electron.cpp Adds configuration options to the Vic-20, Oric and ZX80/81. 2017-11-18 19:48:10 -05:00
Electron.hpp Introduces Configurable::Device and implements it for the Electron. 2017-11-17 23:02:00 -05:00
Interrupts.hpp
Keyboard.cpp Adds a mapping of backspace for the Electron. 2017-11-18 20:02:04 -05:00
Keyboard.hpp
Plus3.cpp
Plus3.hpp Adjusts the 1770 not to talk directly to the drive about motor status. 2017-09-11 22:10:56 -04:00
Speaker.cpp
Speaker.hpp Ensures all parts of the Electron have a fully-defined initial state. 2017-08-31 22:29:24 -04:00
Tape.cpp
Tape.hpp Eliminated C99-style struct initialisations. 2017-11-10 19:14:19 -05:00
Video.cpp
Video.hpp