1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 18:55:48 +00:00
CLK/Outputs
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
..
CRT Adds the necessary routine for all machines to be able to respond to get_scan_status. 2020-01-20 21:45:10 -05:00
OpenGL Embraces std::make_[unique/shared] in place of .reset(new . 2019-12-23 21:31:46 -05:00
Speaker Switches to accepting a bit mask of events to run_until. 2020-01-20 16:08:21 -05:00
DisplayMetrics.cpp Makes effort to round out draft 1 of Outputs::Display::Metrics. 2019-03-05 22:01:58 -05:00
DisplayMetrics.hpp Makes effort to round out draft 1 of Outputs::Display::Metrics. 2019-03-05 22:01:58 -05:00
Log.hpp Adds the option to affix a standard prefix to log messages. 2019-10-20 20:38:55 -04:00
ScanTarget.cpp
ScanTarget.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