1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-02 19:54:35 +00:00
CLK/Machines/Electron
2018-04-18 18:13:30 -04:00
..
Electron.cpp Allows multiple ROMs to be inserted into the Electron. 2018-04-18 18:13:30 -04:00
Electron.hpp
Interrupts.hpp
Keyboard.cpp
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
SoundGenerator.cpp
SoundGenerator.hpp Introduces formal setting of the output volume to SampleSource. 2018-03-09 13:23:18 -05:00
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 Removes the CRT requirement for an integral relationship between cycles and samples. 2018-04-16 20:00:56 -04:00
Video.hpp