1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-27 02:29:12 +00:00
CLK/Analyser/Dynamic/MultiMachine/Implementation
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
..
MultiConfigurable.cpp Starts a switch to reflectable-style runtime options. 2020-03-16 23:25:05 -04:00
MultiConfigurable.hpp Starts a switch to reflectable-style runtime options. 2020-03-16 23:25:05 -04:00
MultiCRTMachine.cpp Tried to be less lazy with lambda captures. 2020-02-14 23:39:08 -05:00
MultiCRTMachine.hpp All these 'override's can be 'final's. 2020-01-23 22:57:51 -05:00
MultiJoystickMachine.cpp All these 'override's can be 'final's. 2020-01-23 22:57:51 -05:00
MultiJoystickMachine.hpp All these 'override's can be 'final's. 2020-01-23 22:57:51 -05:00
MultiKeyboardMachine.cpp Further improvement: if in physical mode, but pressing an unrecognised key, attempt to 'type' it. 2020-03-02 22:08:54 -05:00
MultiKeyboardMachine.hpp Further improvement: if in physical mode, but pressing an unrecognised key, attempt to 'type' it. 2020-03-02 22:08:54 -05:00
MultiMediaTarget.cpp Renames ConfigurationTarget to MediaTarget as per its newly-reduced interface. 2018-07-10 21:32:28 -04:00
MultiMediaTarget.hpp All these 'override's can be 'final's. 2020-01-23 22:57:51 -05:00
MultiSpeaker.cpp Adds a sensible is_stereo to the MultiSpeaker. 2020-02-16 18:50:34 -05:00
MultiSpeaker.hpp Adds a sensible is_stereo to the MultiSpeaker. 2020-02-16 18:50:34 -05:00