diff --git a/cpuexec.h b/cpuexec.h index 8d52b697..1a56d2cd 100644 --- a/cpuexec.h +++ b/cpuexec.h @@ -291,8 +291,6 @@ static inline void S9xCheckInterrupts (void) { bool8 thisIRQ = PPU.HTimerEnabled | PPU.VTimerEnabled; - S9xAPUExecute(); - if (CPU.IRQLine & thisIRQ) CPU.IRQTransition = TRUE;