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:
parent
0220d33562
commit
ca50606e1d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user