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