1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-02 19:54:35 +00:00
CLK/Machines/Apple/Macintosh
2020-06-15 00:24:10 -04:00
..
Audio.cpp Introduces concept of 'average peak volume' in order better to normalise audio sources like the OPLL. 2020-05-09 17:57:21 -04:00
Audio.hpp Introduces concept of 'average peak volume' in order better to normalise audio sources like the OPLL. 2020-05-09 17:57:21 -04: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 Increases const correctness, marks some additional constructors as constexpr, switches std::atomic construction style. 2020-05-20 23:34:26 -04:00
Keyboard.hpp Cleans up all redundant lock/unique_guard declarations. 2020-06-15 00:24:10 -04:00
Macintosh.cpp Starts to add Qt target; resolves many build warnings. 2020-05-30 00:37:06 -04:00
Macintosh.hpp Restores Macintosh 'runtime' options. 2020-03-18 21:50:02 -04:00
RealTimeClock.hpp
Video.cpp Eliminates meaningless constants from the Macintosh video's CRT setup. 2020-01-30 23:29:04 -05:00
Video.hpp