1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 01:57:54 +00:00
CLK/Machines
2023-01-10 18:17:17 -05:00
..
Amiga Add workaround that further isolates whatever bug Spindizzy reveals. 2022-08-19 16:38:42 -04:00
AmstradCPC Switch name back to emphasise _async_. 2022-07-16 14:41:04 -04:00
Apple
Atari
ColecoVision Eliminate runtime duplication of personality. 2022-12-31 21:50:57 -05:00
Commodore Switch to int; attempt to do a better job of initial audio filling. 2022-07-09 13:33:46 -04:00
Electron Switch name back to emphasise _async_. 2022-07-16 14:41:04 -04:00
Enterprise
MasterSystem Restore proper VDP selection. 2022-12-31 21:54:14 -05:00
MSX Add storage for secondary paging. 2023-01-10 18:07:31 -05:00
Oric
Sinclair Switch name back to emphasise _async_. 2022-07-16 14:41:04 -04:00
Utility Add MSX 2 to the ROM catalogue. 2023-01-10 18:17:17 -05: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 Starts to introduce a new grammar for ROM requests. 2021-06-03 21:55:59 -04:00
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