This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2025-02-16 18:30:32 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Machines
/
Atari
/
2600
History
Thomas Harte
50d356be2f
Ensures all audio sources, including compound sources, announce whether they're stereo correctly.
2020-02-16 18:31:45 -05: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
All these 'override's can be 'final's.
2020-01-23 22:57:51 -05:00
Atari2600.hpp
…
Atari2600Inputs.h
…
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
…
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