1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Machines/Apple/Macintosh
2022-06-05 09:08:36 -04:00
..
Audio.cpp Resolves thread data race on Macintosh audio output. 2020-07-28 22:21:52 -04:00
Audio.hpp Resolves thread data race on Macintosh audio output. 2020-07-28 22:21:52 -04:00
DeferredAudio.hpp Splits the lowpass filter into push and pull variants. 2021-11-21 15:37:29 -05:00
DriveSpeedAccumulator.cpp Switch spaces to tabs. 2021-10-04 05:27:25 -07:00
DriveSpeedAccumulator.hpp Thanks to a hint from the MAME guys: finally completes Macintosh 128kb and 512kb emulation (!) 2021-02-26 21:22:35 -05:00
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 Correct typo. 2021-06-27 16:26:55 -04:00
Macintosh.cpp Add missing flush. 2022-06-05 09:08:36 -04:00
Macintosh.hpp Restores Macintosh 'runtime' options. 2020-03-18 21:50:02 -04:00
Video.cpp Fiddles with the preprocessor to make kiosk mode match other OSes even on macOS. 2021-06-13 19:28:05 -04:00
Video.hpp Ensures proper manipulation of scan_statuses, leading to the correct result out of a CRTMachine. 2020-01-21 22:28:25 -05:00