1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 03:29:40 +00:00

Settled definitively on flush as more communicative than synchronise (and slightly more locale neutral); culled some more duplication from the Z80.

This commit is contained in:
Thomas Harte
2017-05-15 07:38:59 -04:00
parent f2a1a906ff
commit eb8a2de5d6
10 changed files with 15 additions and 18 deletions
+1 -1
View File
@@ -323,7 +323,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(); speaker_->flush(); }
inline void flush() { update_audio(); speaker_->flush(); }
/*!
Writes to a 6560 register.