1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-08-21 04:29:34 +00:00
CLK/Analyser/Dynamic/MultiMachine/Implementation
Thomas Harte d97a073d1b Adds the necessary routine for all machines to be able to respond to get_scan_status.
They all just as the CRT, as all are currently based on the CRT. Which doesn't currently know the total clock rate it would need to in order properly to scale the answer to the question. Further thought coming.
2020-01-20 21:45:10 -05:00
..
MultiConfigurable.cpp Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
MultiConfigurable.hpp Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
MultiCRTMachine.cpp Adds the necessary routine for all machines to be able to respond to get_scan_status. 2020-01-20 21:45:10 -05:00
MultiCRTMachine.hpp Adds the necessary routine for all machines to be able to respond to get_scan_status. 2020-01-20 21:45:10 -05:00
MultiJoystickMachine.cpp Fixes const correctness for joystick machines; the ST is now one such. 2019-11-09 18:19:05 -05:00
MultiJoystickMachine.hpp Fixes const correctness for joystick machines; the ST is now one such. 2019-11-09 18:19:05 -05:00
MultiKeyboardMachine.cpp Removes many stray spaces. 2018-11-23 22:32:32 -05:00
MultiKeyboardMachine.hpp Restores multi-machine keyboard propagation. 2018-10-24 22:20:58 -04:00
MultiMediaTarget.cpp Renames ConfigurationTarget to MediaTarget as per its newly-reduced interface. 2018-07-10 21:32:28 -04:00
MultiMediaTarget.hpp Corrects documentation of the media target. 2018-07-10 21:42:09 -04:00
MultiSpeaker.cpp Starts building out higher-level run_until functionality. 2020-01-20 12:12:23 -05:00
MultiSpeaker.hpp Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00