1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-16 08:56:51 +00:00
CLK/Machines/Electron
Thomas Harte 6547560e52 Gives the CRT the ability to move iCoordinate multiplication outside of the fragment loop.
That resolves precision issues, as were plaguing the Apple II.
2018-04-18 19:29:03 -04:00
..
Electron.cpp Allows multiple ROMs to be inserted into the Electron. 2018-04-18 18:13:30 -04: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 Introduces formal setting of the output volume to SampleSource. 2018-03-09 13:23:18 -05:00
SoundGenerator.hpp Introduces formal setting of the output volume to SampleSource. 2018-03-09 13:23:18 -05:00
Tape.cpp
Tape.hpp
Video.cpp Gives the CRT the ability to move iCoordinate multiplication outside of the fragment loop. 2018-04-18 19:29:03 -04:00
Video.hpp