1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 16:55:59 +00:00
CLK/Machines
2022-06-04 08:43: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 Switch Atari ST to using the new 68000. 2022-06-04 08:43: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 Adds an entry for DiagROM. 2021-08-07 16:56:18 -04: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
StateProducer.hpp
TimedMachine.hpp