1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-16 18:30:32 +00:00

Adds the conventional flush.

This commit is contained in:
Thomas Harte 2020-10-15 21:36:04 -04:00
parent 5dcf720bb5
commit 98c81749c8

View File

@ -928,6 +928,7 @@ template <typename BusHandler, bool uses_ready_line> void Processor<BusHandler,
#undef stack_address
cycles_left_to_run_ = number_of_cycles;
bus_handler_.flush();
}
void ProcessorBase::set_power_on(bool active) {