1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-29 16:29:08 +00:00
CLK/Machines/Apple/Macintosh
Thomas Harte a416bc0058 Adds an interface allowing keyboard mappers to declare modifiers that are 'essential'.
i.e. ones that, if not delivered reliably, will cause the related machine to behave unexpectedly.
2019-09-22 13:14:09 -04:00
..
Audio.cpp Substitutes a more efficient inner loop for audio generation. 2019-07-17 14:54:06 -04:00
Audio.hpp Substitutes a more efficient inner loop for audio generation. 2019-07-17 14:54:06 -04:00
DeferredAudio.hpp Starts trying to formalise just-in-time execution. 2019-07-28 21:49:54 -04:00
DriveSpeedAccumulator.cpp Switches the drive-speed accumulator to the delegate pattern. 2019-08-07 21:39:23 -04:00
DriveSpeedAccumulator.hpp Switches the drive-speed accumulator to the delegate pattern. 2019-08-07 21:39:23 -04:00
Keyboard.cpp Adds an interface allowing keyboard mappers to declare modifiers that are 'essential'. 2019-09-22 13:14:09 -04:00
Keyboard.hpp Adds an interface allowing keyboard mappers to declare modifiers that are 'essential'. 2019-09-22 13:14:09 -04:00
Macintosh.cpp Removes dead reference to video from VIAPortHandler. 2019-09-21 17:39:45 -04:00
Macintosh.hpp Establishes that the Macintosh offers the quick-boot option. 2019-09-19 21:50:39 -04:00
RealTimeClock.hpp Takes a wild swings at speeding up startup. 2019-08-18 22:40:16 -04:00
Video.cpp Implements every-other-cycle-during-pixels RAM timing. 2019-09-21 17:25:20 -04:00
Video.hpp Implements every-other-cycle-during-pixels RAM timing. 2019-09-21 17:25:20 -04:00