1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-07 21:57:46 +00:00
CLK/Machines
2019-07-11 23:03:02 -04:00
..
AmstradCPC Returns gamma correction, and corrects Amstrad CPC brightness. 2019-01-14 22:56:08 -05:00
Apple Added logic to allow a second disk to be inserted, at least. 2019-07-11 23:03:02 -04:00
Atari2600 Improves PAL colours. 2018-11-29 19:12:20 -08:00
ColecoVision Introduces S-Video support for the ColecoVision. 2019-03-02 23:02:37 -05:00
Commodore Eliminates dangling uses of printf. 2019-03-02 18:07:05 -05:00
Electron Fixes mouse input when a button is pressed; attempts keyboard input. 2019-07-02 21:14:33 -04:00
MasterSystem Adds a default selection, for invalid models. 2019-01-25 19:31:44 -05:00
MSX Removes hard-coded assumption about disk ROM list placement. 2019-04-16 11:22:03 -04:00
Oric With some time additions to the 6522, starts wiring in Macintosh audio. 2019-06-01 14:39:40 -04:00
Utility Ensures randomised memory contents at startup. 2019-06-13 13:35:16 -04:00
ZX8081
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
KeyboardMachine.cpp
KeyboardMachine.hpp
MediaTarget.hpp
MouseMachine.hpp Ensures proper routing of mouse events from Cocoa. 2019-06-11 18:41:41 -04:00
ROMMachine.hpp