diff --git a/src/arm/arm.c b/src/arm/arm.c index c34ee453b..5a239068b 100644 --- a/src/arm/arm.c +++ b/src/arm/arm.c @@ -124,6 +124,7 @@ void ARMReset(struct ARMCore* cpu) { cpu->cycles = 0; cpu->nextEvent = 0; + cpu->halted = 0; cpu->irqh.reset(cpu); }