From 311f8c0b47a1a3b2cfa3aa7253b137d91aa10fff Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 16 Nov 2016 11:10:07 +0800 Subject: [PATCH] Restored audio. --- Machines/Electron/Electron.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Machines/Electron/Electron.cpp b/Machines/Electron/Electron.cpp index 805700752..636c3faab 100644 --- a/Machines/Electron/Electron.cpp +++ b/Machines/Electron/Electron.cpp @@ -485,6 +485,7 @@ void Machine::synchronise() { update_display(); update_audio(); + _speaker->flush(); } void Machine::configure_as_target(const StaticAnalyser::Target &target)