1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-11 08:23:43 +00:00
CLK/Machines/Atari/ST
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
..
AtariST.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
AtariST.hpp Wires through a composite video option for the ST. 2019-12-20 20:49:14 -05:00
DMAController.cpp Standardises on read and write for bus accesses. 2020-01-05 13:40:02 -05:00
DMAController.hpp Shuffles ST and 2600 into a common parent. 2019-11-09 15:31:41 -05:00
IntelligentKeyboard.cpp Adds Joystick key code mode, ensures events aren't posted in interrogation mode. 2020-01-04 09:45:59 -05:00
IntelligentKeyboard.hpp Adds Joystick key code mode, ensures events aren't posted in interrogation mode. 2020-01-04 09:45:59 -05:00
Video.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
Video.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