1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-26 10:29:31 +00:00

Add flush.

This commit is contained in:
Thomas Harte 2022-06-05 09:07:43 -04:00
parent 578c3e21a5
commit 1671827d24

View File

@ -154,6 +154,7 @@ class ConcreteMachine:
}
mc68000_.run_for(cycles);
flush();
}
// MARK: MC68000::BusHandler