diff --git a/trunk/src/ppu.cpp b/trunk/src/ppu.cpp index 31d0e23f..eb9fe3f5 100644 --- a/trunk/src/ppu.cpp +++ b/trunk/src/ppu.cpp @@ -2364,6 +2364,14 @@ int FCEUX_PPU_Loop(int skip) { } } + //blind attempt to replicate old ppu functionality + if(s == 2 && PPUON) + { + if (GameHBIRQHook2) { + GameHBIRQHook2(); + } + } + if (realSprite) runppu(kFetchTime);