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