diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.cs index 87f6195e76..bef7b9da99 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.cs @@ -185,8 +185,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES public void Reset() { regs_reset(); - ppudead = 2; - idleSynch = true; + ppudead = 1; + idleSynch = false; ppu_open_bus = 0; ppu_open_bus_decay_timer = new int[8]; }