]> Shamusworld >> Repos - apple2/commit
Fixed problem with frames running ahead of the sound thread.
authorShamus Hammons <jlhamm@acm.org>
Wed, 11 Sep 2013 22:33:54 +0000 (17:33 -0500)
committerShamus Hammons <jlhamm@acm.org>
Wed, 11 Sep 2013 22:33:54 +0000 (17:33 -0500)
commitcf5ff906a67338f7b87d8285a00d9e2b82ad033e
tree9e3838a0a09a73e1f2cd5568bafa03c25af22b29
parenta2e007c1e012426f3fe8bc48bf8d6ee934420214
Fixed problem with frames running ahead of the sound thread.

This involved fixing V65C02 (by subtracting out cycle overruns) and fixing
the main thread callback wait loop. As someone once said, "Threading is
hard." :-P
src/apple2.cpp
src/sound.cpp
src/v65c02.cpp