1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00
CLK/Machines
2019-10-28 22:12:56 -04:00
..
AmstradCPC Switched a few static_cast to constructor syntax. 2019-10-27 14:21:22 -04:00
Apple Adds the option for a clock conversion to JustInTimeActor and slows the MFP's clock rate. 2019-10-28 21:35:10 -04:00
Atari2600 Adds a route through the static analyser to the Atari ST. 2019-10-20 20:38:54 -04:00
AtariST Comments in slightly more detail. 2019-10-28 22:12:56 -04:00
ColecoVision Adds the option for a clock conversion to JustInTimeActor and slows the MFP's clock rate. 2019-10-28 21:35:10 -04:00
Commodore Formally distinguishes Macintosh keys from virtual keys. 2019-08-02 16:15:34 -04:00
Electron Formally distinguishes Macintosh keys from virtual keys. 2019-08-02 16:15:34 -04:00
MasterSystem JustInTimeActors can now specify a clock divider. 2019-10-20 20:38:55 -04:00
MSX JustInTimeActors can now specify a clock divider. 2019-10-20 20:38:55 -04:00
Oric Adds some const qualifiers. 2019-10-28 21:13:42 -04:00
Utility Starts forming an Atari ST memory map. 2019-10-20 20:38:54 -04:00
ZX8081 Puts machine name into ROMMachine::ROM. 2019-07-22 21:14:21 -04:00
CRTMachine.hpp Eliminates dangling uses of printf. 2019-03-02 18:07:05 -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 Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04: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