This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2025-01-22 19:31:27 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Machines
/
Apple
/
Macintosh
History
Thomas Harte
d18a537509
Fiddles with the preprocessor to make kiosk mode match other OSes even on macOS.
2021-06-13 19:28:05 -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
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
Implements ROM::Request::validate.
2021-06-04 18:54:50 -04:00
Macintosh.hpp
…
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
…