1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-03 10:54:46 +00:00
CLK/Machines/Electron
Thomas Harte 78eaecb29e Provides the proper framework for encapsulation of analyser target specifics.
... while making them a safe container for objects too. Uses the ZX80/81 as the pilot platform.
2018-03-09 15:36:11 -05:00
..
Electron.cpp Provides the proper framework for encapsulation of analyser target specifics. 2018-03-09 15:36:11 -05:00
Electron.hpp Eliminates diamond inheritance of KeyboardMachine::Machine by typers. 2018-03-09 15:19:02 -05:00
Interrupts.hpp
Keyboard.cpp
Keyboard.hpp
Plus3.cpp
Plus3.hpp
SoundGenerator.cpp
SoundGenerator.hpp
Tape.cpp Converts all uint8_t and uint16_t casts to the functional style. 2017-10-21 21:50:53 -04:00
Tape.hpp Eliminated C99-style struct initialisations. 2017-11-10 19:14:19 -05:00
Video.cpp
Video.hpp