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:
parent
5dcf720bb5
commit
98c81749c8
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user