diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/TENGEN-800032.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/TENGEN-800032.cs index 797f8e1d23..7a59062a2a 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/TENGEN-800032.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/TENGEN-800032.cs @@ -236,7 +236,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES { irq_pending = true; SyncIRQ(); - } + } } } @@ -251,6 +251,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES if (irq_countdown == 0) { ClockIRQ(); + if (irq_mode==true) + irq_countdown = 12; } } }