1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-15 15:29:53 +00:00
CLK/Machines/Apple/Macintosh
Thomas Harte 394ee61c78 Starts a switch to reflectable-style runtime options.
The Amstrad CPC and ZX80/81 have made the jump so far, subject to caveats. The macOS build is unlikely currently to work properly.
2020-03-16 23:25:05 -04:00
..
Audio.cpp Tried to be less lazy with lambda captures. 2020-02-14 23:39:08 -05:00
Audio.hpp Fixed: individual audio generators now either are or are not stereo. The speaker acts accordingly. 2020-02-16 18:28:03 -05: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 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 Corrects: KeyPad -> Keypad. Also fleshes out Atari ST keyboard mapping. 2019-11-09 18:02:14 -05:00
Keyboard.hpp Eliminates static where constexpra aren't class members; adds some if constexprs for clarity. 2019-12-22 13:42:24 -05:00
Macintosh.cpp Starts a switch to reflectable-style runtime options. 2020-03-16 23:25:05 -04:00
Macintosh.hpp Starts moving towards a Deflectable-based system of runtime options. 2020-03-15 23:48:53 -04:00
RealTimeClock.hpp Takes a wild swings at speeding up startup. 2019-08-18 22:40:16 -04:00
Video.cpp Eliminates meaningless constants from the Macintosh video's CRT setup. 2020-01-30 23:29:04 -05: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