From ca50606e1d2feaae5eeb91741e494154444dcc3f Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 3 Dec 2016 17:10:47 -0500 Subject: [PATCH] Restored Vic audio. --- Components/6560/6560.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/6560/6560.hpp b/Components/6560/6560.hpp index 62d9bc050..58eccf413 100644 --- a/Components/6560/6560.hpp +++ b/Components/6560/6560.hpp @@ -342,7 +342,7 @@ template class MOS6560 { /*! Causes the 6560 to flush as much pending CRT and speaker communications as possible. */ - inline void synchronise() { update_audio(); } + inline void synchronise() { update_audio(); speaker_->flush(); } /*! Writes to a 6560 register.