1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 02:55:07 +00:00
CLK/Machines
2023-12-25 14:58:01 -05:00
..
Amiga Apply changes on trailing edges only. 2023-12-22 18:38:43 -05:00
AmstradCPC Unify usages of output_level for border. 2023-12-07 11:04:18 -05:00
Apple Attempt to build fixed operations into type. 2023-12-21 23:08:18 -05:00
Atari Attempt to build fixed operations into type. 2023-12-21 23:08:18 -05:00
ColecoVision
Commodore
Electron
Enterprise Unify usages of output_level for border. 2023-12-07 11:04:18 -05:00
MasterSystem
MSX
Oric
PCCompatible Iterate forwards. 2023-12-25 14:58:01 -05:00
Sinclair Unify usages of output_level for border. 2023-12-07 11:04:18 -05:00
Utility Eliminate all reference to EmuTOS. 2023-12-21 15:28:45 -05:00
AudioProducer.hpp
DynamicMachine.hpp
JoystickMachine.hpp
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 Allows machines to declare a preference for logical input. 2020-11-27 21:00:48 -05:00
MachineTypes.hpp
MediaTarget.hpp
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
StateProducer.hpp
TimedMachine.hpp