diff --git a/src/gba/gba.c b/src/gba/gba.c index f7ddfa25b..65eef7181 100644 --- a/src/gba/gba.c +++ b/src/gba/gba.c @@ -115,6 +115,7 @@ void GBAInit(struct GBA* gba) { gba->timersEnabled = 0; memset(gba->timers, 0, sizeof(gba->timers)); + gba->halted = 0; gba->springIRQ = 0; gba->keySource = 0; gba->rotationSource = 0;