1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-07 21:57:46 +00:00
CLK/Machines/Apple/Macintosh
Thomas Harte f417fa82a4 Splits 'CRTMachine' into three parts: ScanProducer, AudioProducer, TimedMachine.
Simultaneously cleans up some of the naming conventions and tries to make things a bit more template-compatible.
2020-04-01 23:19:34 -04:00
..
Audio.cpp
Audio.hpp Fixed: individual audio generators now either are or are not stereo. The speaker acts accordingly. 2020-02-16 18:28:03 -05:00
DeferredAudio.hpp Fixed: individual audio generators now either are or are not stereo. The speaker acts accordingly. 2020-02-16 18:28:03 -05:00
DriveSpeedAccumulator.cpp
DriveSpeedAccumulator.hpp
Keyboard.cpp Splits 'CRTMachine' into three parts: ScanProducer, AudioProducer, TimedMachine. 2020-04-01 23:19:34 -04:00
Keyboard.hpp Splits 'CRTMachine' into three parts: ScanProducer, AudioProducer, TimedMachine. 2020-04-01 23:19:34 -04:00
Macintosh.cpp Splits 'CRTMachine' into three parts: ScanProducer, AudioProducer, TimedMachine. 2020-04-01 23:19:34 -04:00
Macintosh.hpp Restores Macintosh 'runtime' options. 2020-03-18 21:50:02 -04:00
RealTimeClock.hpp
Video.cpp
Video.hpp