1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-02 04:55:56 +00:00
CLK/Machines
2021-12-12 19:18:18 -05:00
..
Amiga Withdraw separate x-and-y guess, make MOVE lose a cycle if a sleep/wake occurs. 2021-12-12 19:18:18 -05:00
AmstradCPC Splits the lowpass filter into push and pull variants. 2021-11-21 15:37:29 -05:00
Apple Switch to std::clamp. 2021-11-26 18:10:29 -05:00
Atari Switch to std::clamp. 2021-11-26 18:10:29 -05: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 Starts to add Qt target; resolves many build warnings. 2020-05-30 00:37:06 -04:00
StateProducer.hpp
TimedMachine.hpp