1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 16:55:59 +00:00
CLK/Machines
2022-06-05 09:07:43 -04:00
..
Amiga Remove noise. 2022-03-18 10:41:20 -04:00
AmstradCPC CPC: ensure 64/128k RAM is properly selected. 2022-03-26 08:54:07 -04:00
Apple Very minor: avoid division and modulus when unnecessary. 2022-06-03 15:39:29 -04:00
Atari Add flush. 2022-06-05 09:07:43 -04:00
ColecoVision Splits the lowpass filter into push and pull variants. 2021-11-21 15:37:29 -05:00
Commodore
Electron Splits the lowpass filter into push and pull variants. 2021-11-21 15:37:29 -05:00
Enterprise Splits the lowpass filter into push and pull variants. 2021-11-21 15:37:29 -05:00
MasterSystem Splits the lowpass filter into push and pull variants. 2021-11-21 15:37:29 -05:00
MSX Splits the lowpass filter into push and pull variants. 2021-11-21 15:37:29 -05:00
Oric Splits the lowpass filter into push and pull variants. 2021-11-21 15:37:29 -05:00
Sinclair Splits the lowpass filter into push and pull variants. 2021-11-21 15:37:29 -05:00
Utility
AudioProducer.hpp
DynamicMachine.hpp
JoystickMachine.hpp
KeyboardMachine.cpp
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
ScanProducer.hpp
StateProducer.hpp Basic sketch for state snapshots: an extra field on Target. 2021-04-24 23:17:47 -04:00
TimedMachine.hpp