diff --git a/ppu.cpp b/ppu.cpp index b6db5926..de23ed11 100644 --- a/ppu.cpp +++ b/ppu.cpp @@ -1171,7 +1171,7 @@ uint8 S9xGetPPU (uint16 Address) return (S9xMSU1ReadPort(Address & 7)); else if (Address < 0x2100) - return (PPU.OpenBus1); + return (OpenBus); if (CPU.InDMAorHDMA) {