mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-26 09:29:45 +00:00
Goes big on flushing.
This commit is contained in:
parent
eeafdf2c03
commit
8df1eea955
@ -341,8 +341,13 @@ class ConcreteMachine:
|
||||
}
|
||||
|
||||
void flush() {
|
||||
audio_queue_.perform();
|
||||
dma_.flush();
|
||||
mfp_.flush();
|
||||
keyboard_acia_.flush();
|
||||
midi_acia_.flush();
|
||||
video_.flush();
|
||||
update_audio();
|
||||
audio_queue_.perform();
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user