1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-16 22:28:57 +00:00
CLK/Machines
Thomas Harte a416bc0058 Adds an interface allowing keyboard mappers to declare modifiers that are 'essential'.
i.e. ones that, if not delivered reliably, will cause the related machine to behave unexpectedly.
2019-09-22 13:14:09 -04:00
..
AmstradCPC Formally distinguishes Macintosh keys from virtual keys. 2019-08-02 16:15:34 -04:00
Apple Adds an interface allowing keyboard mappers to declare modifiers that are 'essential'. 2019-09-22 13:14:09 -04:00
Atari2600 Starts trying to formalise just-in-time execution. 2019-07-28 21:49:54 -04:00
ColecoVision Rolls out JustInTime acting to the MSX and ColecoVision. 2019-07-29 21:22:31 -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 Adds a route to not bumping time. 2019-07-29 17:21:27 -04:00
MSX Formally distinguishes Macintosh keys from virtual keys. 2019-08-02 16:15:34 -04:00
Oric Formally distinguishes Macintosh keys from virtual keys. 2019-08-02 16:15:34 -04:00
Utility Establishes that the Macintosh offers the quick-boot option. 2019-09-19 21:50:39 -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 Introduces 'non-exclusive' emulator-space keyboards. 2018-10-24 21:59:30 -04:00
KeyboardMachine.hpp Adds an interface allowing keyboard mappers to declare modifiers that are 'essential'. 2019-09-22 13:14:09 -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