1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-17 13:29:02 +00:00
CLK/Machines/Atari/2600
Thomas Harte f417fa82a4 Splits 'CRTMachine' into three parts: ScanProducer, AudioProducer, TimedMachine.
Simultaneously cleans up some of the naming conventions and tries to make things a bit more template-compatible.
2020-04-01 23:19:34 -04:00
..
Cartridges Removes audio_queue_.flush() calls; I don't think I really need to block. At least, not usually. 2020-01-23 20:13:16 -05:00
Atari2600.cpp Splits 'CRTMachine' into three parts: ScanProducer, AudioProducer, TimedMachine. 2020-04-01 23:19:34 -04:00
Atari2600.hpp Shuffles ST and 2600 into a common parent. 2019-11-09 15:31:41 -05:00
Atari2600Inputs.h Shuffles ST and 2600 into a common parent. 2019-11-09 15:31:41 -05:00
Bus.hpp Ensures all audio sources, including compound sources, announce whether they're stereo correctly. 2020-02-16 18:31:45 -05:00
PIA.hpp Shuffles ST and 2600 into a common parent. 2019-11-09 15:31:41 -05:00
TIA.cpp Ensures proper manipulation of scan_statuses, leading to the correct result out of a CRTMachine. 2020-01-21 22:28:25 -05:00
TIA.hpp Ensures proper manipulation of scan_statuses, leading to the correct result out of a CRTMachine. 2020-01-21 22:28:25 -05:00
TIASound.cpp Tried to be less lazy with lambda captures. 2020-02-14 23:39:08 -05:00
TIASound.hpp Ensures all audio sources, including compound sources, announce whether they're stereo correctly. 2020-02-16 18:31:45 -05:00