mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-21 20:29:06 +00:00
Reset time debt upon 'reset'.
This commit is contained in:
parent
168dc12e27
commit
670201fcc2
@ -2243,6 +2243,7 @@ template <class T, bool dtack_is_implicit, bool signal_will_perform> void Proces
|
|||||||
effective_address_[0] = 0;
|
effective_address_[0] = 0;
|
||||||
is_supervisor_ = 1;
|
is_supervisor_ = 1;
|
||||||
interrupt_level_ = 7;
|
interrupt_level_ = 7;
|
||||||
|
half_cycles_left_to_run_ = HalfCycles(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef status
|
#undef status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user