1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 02:55:07 +00:00

Reset time debt upon 'reset'.

This commit is contained in:
Thomas Harte 2022-06-08 16:03:16 -04:00
parent 168dc12e27
commit 670201fcc2

View File

@ -2243,6 +2243,7 @@ template <class T, bool dtack_is_implicit, bool signal_will_perform> void Proces
effective_address_[0] = 0;
is_supervisor_ = 1;
interrupt_level_ = 7;
half_cycles_left_to_run_ = HalfCycles(0);
}
#undef status