1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00
CLK/Machines/Apple/Macintosh
Thomas Harte f4db4c3a73 Implements ROM::Request::validate.
It now also validates ROM sizes, so can no longer take a const Map.
2021-06-04 18:54:50 -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
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
Keyboard.hpp
Macintosh.cpp Implements ROM::Request::validate. 2021-06-04 18:54:50 -04:00
Macintosh.hpp
Video.cpp Resolves failure to advance video address when output is blocked. 2020-09-15 22:20:06 -04:00
Video.hpp