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-27 22:30:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Machines
/
Apple
/
Macintosh
History
Thomas Harte
1249fb598b
Factors Apple's RTC out of the Macintosh.
2020-10-29 21:03:02 -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
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
Factors Apple's RTC out of the Macintosh.
2020-10-29 21:03:02 -04: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
…