1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-19 02:22:39 +00:00

Adopt granular flushing widely.

This commit is contained in:
Thomas Harte
2022-07-08 16:04:32 -04:00
parent b03d91d5dd
commit b097b1296b
16 changed files with 101 additions and 58 deletions
-3
View File
@@ -392,9 +392,6 @@ class ConcreteMachine:
return HalfCycles(0);
}
void flush() {
}
const std::vector<std::unique_ptr<Inputs::Joystick>> &get_joysticks() final {
return joysticks_;
}