From 355365046904b679d33b52c197ff423057ba6172 Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Fri, 18 May 2018 19:49:35 -0500 Subject: [PATCH] Write OpenBus during S9xSetPPU. --- ppu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ppu.cpp b/ppu.cpp index 3375919aa..8bfd5a968 100644 --- a/ppu.cpp +++ b/ppu.cpp @@ -1141,6 +1141,7 @@ void S9xSetPPU (uint8 Byte, uint16 Address) } Memory.FillRAM[Address] = Byte; + OpenBus = Byte; } uint8 S9xGetPPU (uint16 Address)