mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-12 00:30:31 +00:00
Don't allow STOP state to block execution.
This commit is contained in:
parent
5420fd5aa3
commit
bd056973ba
@ -391,6 +391,7 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
|
||||
MoveToStateSpecific(DoInterrupt);
|
||||
}
|
||||
IdleBus(1);
|
||||
CheckOverrun();
|
||||
MoveToStateSpecific(WaitForInterrupt);
|
||||
|
||||
// Perform the RESET exception, which seeds the stack pointer and program
|
||||
|
Loading…
x
Reference in New Issue
Block a user