1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00

Ensured the AY's async queue doesn't just fill and fill.

This commit is contained in:
Thomas Harte 2017-08-02 07:38:35 -04:00
parent 633d8965e2
commit dcab10f53e

View File

@ -79,6 +79,7 @@ class AYDeferrer {
inline void flush() {
ay_->run_for(cycles_since_update_.divide_cycles(Cycles(4)));
ay_->flush();
}
std::shared_ptr<Outputs::Speaker> get_speaker() {