1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-02 19:54:35 +00:00
CLK/Machines/Atari2600
2018-04-16 20:00:56 -04:00
..
Cartridges Opens up .bin and .rom to all cartridge platforms, and adds a confidence estimate to the Atari 2600. 2018-03-07 14:26:07 -05:00
Atari2600.cpp
Atari2600.hpp
Atari2600Inputs.h
Bus.hpp
PIA.hpp
TIA.cpp Removes the CRT requirement for an integral relationship between cycles and samples. 2018-04-16 20:00:56 -04: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 Introduces formal setting of the output volume to SampleSource. 2018-03-09 13:23:18 -05:00
TIASound.hpp