mirror of https://github.com/mgba-emu/mgba.git
Initialize halt
This commit is contained in:
parent
9bf77f6653
commit
e739e4000b
|
@ -124,6 +124,7 @@ void ARMReset(struct ARMCore* cpu) {
|
|||
|
||||
cpu->cycles = 0;
|
||||
cpu->nextEvent = 0;
|
||||
cpu->halted = 0;
|
||||
|
||||
cpu->irqh.reset(cpu);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue