diff --git a/src/gba/gba.c b/src/gba/gba.c index 46cf99a36..9a7a0b509 100644 --- a/src/gba/gba.c +++ b/src/gba/gba.c @@ -434,6 +434,7 @@ void GBATimerWriteTMCNT_HI(struct GBA* gba, int timer, uint16_t control) { } gba->memory.io[(REG_TM0CNT_LO + (timer << 2)) >> 1] = currentTimer->reload; currentTimer->oldReload = currentTimer->reload; + currentTimer->lastEvent = 0; gba->timersEnabled |= 1 << timer; } else if (wasEnabled && !currentTimer->enable) { if (!currentTimer->countUp) {