1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-23 03:32:32 +00:00

Restored Vic audio.

This commit is contained in:
Thomas Harte 2016-12-03 17:10:47 -05:00
parent 0220d33562
commit ca50606e1d

View File

@ -342,7 +342,7 @@ template <class T> 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.