]> Shamusworld >> Repos - apple2/commit
Convert sound driving method to direct sampling.
authorShamus Hammons <jlhamm@acm.org>
Wed, 11 Sep 2013 15:00:36 +0000 (10:00 -0500)
committerShamus Hammons <jlhamm@acm.org>
Wed, 11 Sep 2013 15:00:36 +0000 (10:00 -0500)
commita2e007c1e012426f3fe8bc48bf8d6ee934420214
tree5d7280dac55a9cecb7dbcc3934c25a634407090b
parentf67224d89fe5ca1506992b65065a3a20bd47d150
Convert sound driving method to direct sampling.

Before it was doing some complex timestamp thing, now it simple runs the
CPU for ~21 cycles and then stuff the sample into the sound buffer.
Sound still lags behind by several frames though, just like with the
previous sound setup. Still not sure why. :-/
src/apple2.cpp
src/log.cpp
src/sound.cpp
src/sound.h
src/v65c02.cpp