1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-02 04:55:56 +00:00
CLK/Machines
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
..
AmstradCPC Adds the necessary routine for all machines to be able to respond to get_scan_status. 2020-01-20 21:45:10 -05:00
Apple Adds the necessary routine for all machines to be able to respond to get_scan_status. 2020-01-20 21:45:10 -05:00
Atari Adds the necessary routine for all machines to be able to respond to get_scan_status. 2020-01-20 21:45:10 -05:00
ColecoVision Adds the necessary routine for all machines to be able to respond to get_scan_status. 2020-01-20 21:45:10 -05:00
Commodore Adds the necessary routine for all machines to be able to respond to get_scan_status. 2020-01-20 21:45:10 -05:00
Electron Adds the necessary routine for all machines to be able to respond to get_scan_status. 2020-01-20 21:45:10 -05:00
MasterSystem Adds the necessary routine for all machines to be able to respond to get_scan_status. 2020-01-20 21:45:10 -05:00
MSX Adds the necessary routine for all machines to be able to respond to get_scan_status. 2020-01-20 21:45:10 -05:00
Oric Adds the necessary routine for all machines to be able to respond to get_scan_status. 2020-01-20 21:45:10 -05:00
Utility Embraces std::make_[unique/shared] in place of .reset(new . 2019-12-23 21:31:46 -05:00
ZX8081 Adds the necessary routine for all machines to be able to respond to get_scan_status. 2020-01-20 21:45:10 -05:00
CRTMachine.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
DynamicMachine.hpp Makes the Macintosh a mouse machine, and makes mouse machines detectable. 2019-06-11 18:21:56 -04:00
JoystickMachine.hpp Fixes const correctness for joystick machines; the ST is now one such. 2019-11-09 18:19:05 -05:00
KeyboardMachine.cpp Shifts essential modifiers up to the Keyboard class. 2019-09-22 13:48:50 -04:00
KeyboardMachine.hpp Shifts essential modifiers up to the Keyboard class. 2019-09-22 13:48:50 -04:00
MediaTarget.hpp Corrects documentation of the media target. 2018-07-10 21:42:09 -04:00
MouseMachine.hpp Ensures proper routing of mouse events from Cocoa. 2019-06-11 18:41:41 -04:00
ROMMachine.hpp Provides extended ROM details for the VIC-20 and Oric. 2019-07-22 22:15:44 -04:00