1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 17:56:29 +00:00
CLK/Machines
Thomas Harte 5fd0a2b9ea Attempts to pull reimplementations of TAPION and TAPIN better into line with originals.
Also improves whole flow of the fast tape hack that uses them.
2017-12-28 22:48:04 -05:00
..
AmstradCPC Separates LowpassFilter and SampleSource. 2017-12-18 21:39:23 -05:00
Atari2600 Reintroduces cstring.h to a few files that previously got it implicitly. 2017-12-18 21:47:30 -05:00
Commodore Corrects two lingering adaptation errors in the Vic-20. 2017-12-17 21:43:08 -05:00
Electron Reintroduces cstring.h to a few files that previously got it implicitly. 2017-12-18 21:47:30 -05:00
MSX Attempts to pull reimplementations of TAPION and TAPIN better into line with originals. 2017-12-28 22:48:04 -05:00
Oric Separates LowpassFilter and SampleSource. 2017-12-18 21:39:23 -05:00
Utility Adds enough static analyser to get to the MSX itself as the point of failure in SDL/kiosk mode. 2017-11-25 13:18:24 -05:00
ZX8081 Reintroduces cstring.h to a few files that previously got it implicitly. 2017-12-18 21:47:30 -05:00
ConfigurationTarget.hpp Introduces Configurable::Device and implements it for the Electron. 2017-11-17 23:02:00 -05:00
CRTMachine.hpp Separates the component parts of running an audio stream: task deferral, filtering and generation. 2017-12-17 21:26:06 -05:00
JoystickMachine.hpp
KeyboardMachine.cpp
KeyboardMachine.hpp
ROMMachine.hpp