Initialize halted

This commit is contained in:
Jeffrey Pfau 2013-11-09 13:29:08 -08:00
parent f43c82e79e
commit 95b6cc9b00
1 changed files with 1 additions and 0 deletions

View File

@ -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;