From 6d087ca0547dbedb8334361cd23b5c99ccc00216 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 25 Jan 2017 21:29:19 -0500 Subject: [PATCH] Restored 2600 audio. --- Machines/Atari2600/Atari2600.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Machines/Atari2600/Atari2600.cpp b/Machines/Atari2600/Atari2600.cpp index 9037a6c43..ea96ea83c 100644 --- a/Machines/Atari2600/Atari2600.cpp +++ b/Machines/Atari2600/Atari2600.cpp @@ -777,5 +777,6 @@ void Machine::update_audio() void Machine::synchronise() { update_audio(); + speaker_->flush(); }