1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 01:57:54 +00:00
CLK/Machines
Thomas Harte 91fae86e73 Factors out paging, implements a bit more of the BD500.
That is, enough seemingly fully to work, if I force the drive to report ready.
2020-01-15 23:15:39 -05:00
..
AmstradCPC
Apple
Atari
ColecoVision
Commodore
Electron
MasterSystem
MSX
Oric Factors out paging, implements a bit more of the BD500. 2020-01-15 23:15:39 -05:00
Utility Embraces std::make_[unique/shared] in place of .reset(new . 2019-12-23 21:31:46 -05:00
ZX8081
CRTMachine.hpp
DynamicMachine.hpp Makes the Macintosh a mouse machine, and makes mouse machines detectable. 2019-06-11 18:21:56 -04:00
JoystickMachine.hpp Fixes const correctness for joystick machines; the ST is now one such. 2019-11-09 18:19:05 -05:00
KeyboardMachine.cpp
KeyboardMachine.hpp
MediaTarget.hpp Corrects documentation of the media target. 2018-07-10 21:42:09 -04:00
MouseMachine.hpp
ROMMachine.hpp