1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00
CLK/Machines/Atari2600
Thomas Harte 204d5cc964 Extends JoystickMachine protocol to cover ColecoVision use case.
Also thereby implements input on the ColecoVision, in theory at least. No input is being fed though, so...
2018-02-25 19:08:50 -05:00
..
Cartridges Separates the component parts of running an audio stream: task deferral, filtering and generation. 2017-12-17 21:26:06 -05:00
Atari2600.cpp Extends JoystickMachine protocol to cover ColecoVision use case. 2018-02-25 19:08:50 -05:00
Atari2600.hpp Removed state mirroring in the machine-specific Mac UI classes. 2018-02-14 21:46:50 -05:00
Atari2600Inputs.h
Bus.hpp Separates LowpassFilter and SampleSource. 2017-12-18 21:39:23 -05:00
PIA.hpp
TIA.cpp Reintroduces cstring.h to a few files that previously got it implicitly. 2017-12-18 21:47:30 -05:00
TIA.hpp Separates the component parts of running an audio stream: task deferral, filtering and generation. 2017-12-17 21:26:06 -05:00
TIASound.cpp Separates the component parts of running an audio stream: task deferral, filtering and generation. 2017-12-17 21:26:06 -05:00
TIASound.hpp Separates LowpassFilter and SampleSource. 2017-12-18 21:39:23 -05:00