1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00
CLK/Machines
2021-07-27 22:27:20 -04:00
..
Amiga Remove dead non-access. 2021-07-27 22:27:20 -04:00
AmstradCPC Slows CPC typer to avoid dropped characters. 2021-07-15 21:54:02 -04:00
Apple
Atari Improve commentary. 2021-07-23 19:23:54 -04:00
ColecoVision Implements ROM::Request::validate. 2021-06-04 18:54:50 -04:00
Commodore
Electron Introduces a presentation flag for LEDs. 2021-07-15 21:26:02 -04:00
Enterprise Add advised brackets; clarify type punning. 2021-07-18 22:11:11 -04:00
MasterSystem
MSX Implements ROM::Request::validate. 2021-06-04 18:54:50 -04:00
Oric Ensures Oric honours absence of the colour ROM. 2021-06-06 22:43:53 -04:00
Sinclair Implements ROM::Request::validate. 2021-06-04 18:54:50 -04:00
Utility Obtains a Kickstart ROM, adds a 68000. 2021-07-16 21:07:12 -04:00
AudioProducer.hpp
DynamicMachine.hpp Splits 'CRTMachine' into three parts: ScanProducer, AudioProducer, TimedMachine. 2020-04-01 23:19:34 -04:00
JoystickMachine.hpp
KeyboardMachine.cpp
KeyboardMachine.hpp
MachineTypes.hpp
MediaTarget.hpp
MouseMachine.hpp
ROMMachine.hpp
ScanProducer.hpp Starts to add Qt target; resolves many build warnings. 2020-05-30 00:37:06 -04:00
StateProducer.hpp Basic sketch for state snapshots: an extra field on Target. 2021-04-24 23:17:47 -04:00
TimedMachine.hpp