From ac65e94df486965beac6fe654f7e5b08b2ce7cdb Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Sat, 2 Jun 2018 14:40:50 -0500 Subject: [PATCH] Use OpenBus here like we used to. --- ppu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {