1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 16:55:59 +00:00
CLK/Machines
2024-01-16 14:26:55 -05:00
..
Amiga Avoid use of raw pointers in machine creation. 2024-01-12 22:03:19 -05:00
AmstradCPC Avoid use of raw pointers in machine creation. 2024-01-12 22:03:19 -05:00
Apple Avoid use of raw pointers in machine creation. 2024-01-12 22:03:19 -05:00
Atari Avoid use of raw pointers in machine creation. 2024-01-12 22:03:19 -05:00
ColecoVision Avoid use of raw pointers in machine creation. 2024-01-12 22:03:19 -05:00
Commodore Avoid use of raw pointers in machine creation. 2024-01-12 22:03:19 -05:00
Electron Avoid use of raw pointers in machine creation. 2024-01-12 22:03:19 -05:00
Enterprise Avoid use of raw pointers in machine creation. 2024-01-12 22:03:19 -05:00
MasterSystem Avoid use of raw pointers in machine creation. 2024-01-12 22:03:19 -05:00
MSX Avoid use of raw pointers in machine creation. 2024-01-12 22:03:19 -05:00
Oric Avoid use of raw pointers in machine creation. 2024-01-12 22:03:19 -05:00
PCCompatible Avoid use of raw pointers in machine creation. 2024-01-12 22:03:19 -05:00
Sinclair Eliminate joystick macros. 2024-01-16 14:26:55 -05:00
Utility Avoid use of raw pointers in machine creation. 2024-01-12 22:03:19 -05:00
AudioProducer.hpp Updates comments. 2020-04-01 23:49:07 -04:00
DynamicMachine.hpp Splits 'CRTMachine' into three parts: ScanProducer, AudioProducer, TimedMachine. 2020-04-01 23:19:34 -04:00
JoystickMachine.hpp Splits 'CRTMachine' into three parts: ScanProducer, AudioProducer, TimedMachine. 2020-04-01 23:19:34 -04:00
KeyboardMachine.cpp Cuts down unused parameter warnings to just a few that may well indicate implementation errors. 2020-05-30 01:06:43 -04:00
KeyboardMachine.hpp Indicate whether a keypress is a repeat. Treat appropriately in the Apple II. 2023-12-28 15:05:55 -05:00
MachineTypes.hpp Basic sketch for state snapshots: an extra field on Target. 2021-04-24 23:17:47 -04:00
MediaTarget.hpp Splits 'CRTMachine' into three parts: ScanProducer, AudioProducer, TimedMachine. 2020-04-01 23:19:34 -04:00
MouseMachine.hpp Splits 'CRTMachine' into three parts: ScanProducer, AudioProducer, TimedMachine. 2020-04-01 23:19:34 -04:00
ROMMachine.hpp Starts to introduce a new grammar for ROM requests. 2021-06-03 21:55:59 -04:00
ScanProducer.hpp Eliminate various other errant spaces. 2023-05-16 16:40:09 -04:00
StateProducer.hpp Basic sketch for state snapshots: an extra field on Target. 2021-04-24 23:17:47 -04:00
TimedMachine.hpp Do just enough to include x86 code in the main build. 2023-11-15 11:01:28 -05:00