1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00

Restored 2600 audio.

This commit is contained in:
Thomas Harte 2017-01-25 21:29:19 -05:00
parent c2d7e36c8f
commit 6d087ca054

View File

@ -777,5 +777,6 @@ void Machine::update_audio()
void Machine::synchronise()
{
update_audio();
speaker_->flush();
}