1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00
CLK/Machines
Thomas Harte 68392ce6f5 Adds enough of a concept of Mac video to get a properly initialised display.
Completely empty at present, naturally. Also this is the very first time I've run my 68000 at live speed. From just one data point, it's not terrible. Phew!
2019-05-03 23:25:42 -04:00
..
AmstradCPC Returns gamma correction, and corrects Amstrad CPC brightness. 2019-01-14 22:56:08 -05:00
Apple Adds enough of a concept of Mac video to get a properly initialised display. 2019-05-03 23:25:42 -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 Corrects the carry and extend flags for various long-word operations. 2019-04-21 22:08:18 -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 Corrects typo; disables original colour ROM usage for now. 2019-02-18 20:49:54 -05:00
Utility Ensures that the Mac now retains its ROM properly. 2019-05-03 22:39:09 -04:00
ZX8081 Starts towards reintroducing the proper mechanisms for selecting a display type at runtime. 2018-11-28 17:53:33 -08:00
CRTMachine.hpp Eliminates dangling uses of printf. 2019-03-02 18:07:05 -05:00
DynamicMachine.hpp Renames ConfigurationTarget to MediaTarget as per its newly-reduced interface. 2018-07-10 21:32:28 -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 Introduces 'non-exclusive' emulator-space keyboards. 2018-10-24 21:59:30 -04:00
MediaTarget.hpp Corrects documentation of the media target. 2018-07-10 21:42:09 -04:00
ROMMachine.hpp Simplifies initialisation procedure for all machines. 2018-07-10 20:00:46 -04:00