1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00
CLK/Machines/Atari2600
Thomas Harte 48737a32a7 Introduces formal setting of the output volume to SampleSource.
Previously every output device was making its own decision. Which is increasingly less sustainable due to the CompoundSource.
2018-03-09 13:23:18 -05: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 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.hpp Removed state mirroring in the machine-specific Mac UI classes. 2018-02-14 21:46:50 -05:00
Atari2600Inputs.h Factored out and templated the 6532, finally taking the opportunity to add a means to control the on-console switches of an Atari 2600. 2016-06-19 19:36:34 -04:00
Bus.hpp 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
PIA.hpp Further builds up SConstruct, correcting many missed imports and a couple of improper uses of C99 in C++ code. 2017-11-09 22:04:49 -05:00
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 Introduces formal setting of the output volume to SampleSource. 2018-03-09 13:23:18 -05:00
TIASound.hpp Introduces formal setting of the output volume to SampleSource. 2018-03-09 13:23:18 -05:00