mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Ensured the AY's async queue doesn't just fill and fill.
This commit is contained in:
parent
633d8965e2
commit
dcab10f53e
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user