1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 21:29:53 +00:00
CLK/Machines/Apple/Macintosh
Thomas Harte 67408521cd Makes absolutely sure not to try to use quickboot workaround for Mac 128kb/512kb.
Albeit that it should be harmless; it's just seeding RAM.
2021-03-06 22:34:35 -05: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 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 Thanks to a hint from the MAME guys: finally completes Macintosh 128kb and 512kb emulation (!) 2021-02-26 21:22:35 -05: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 Cleans up all redundant lock/unique_guard declarations. 2020-06-15 00:24:10 -04:00
Macintosh.cpp Makes absolutely sure not to try to use quickboot workaround for Mac 128kb/512kb. 2021-03-06 22:34:35 -05:00
Macintosh.hpp Restores Macintosh 'runtime' options. 2020-03-18 21:50:02 -04:00
Video.cpp Resolves failure to advance video address when output is blocked. 2020-09-15 22:20:06 -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