1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-10 12:29:01 +00:00

Restored audio.

This commit is contained in:
Thomas Harte 2016-11-16 11:10:07 +08:00
parent 294adde344
commit 311f8c0b47

View File

@ -485,6 +485,7 @@ void Machine::synchronise()
{ {
update_display(); update_display();
update_audio(); update_audio();
_speaker->flush();
} }
void Machine::configure_as_target(const StaticAnalyser::Target &target) void Machine::configure_as_target(const StaticAnalyser::Target &target)