mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Restored Vic audio.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user