mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +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.
|
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.
|
Writes to a 6560 register.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user