Write OpenBus during S9xSetPPU.

This commit is contained in:
Brandon Wright 2018-05-18 19:49:35 -05:00
parent 1ff91f4224
commit 3553650469
1 changed files with 1 additions and 0 deletions

View File

@ -1141,6 +1141,7 @@ void S9xSetPPU (uint8 Byte, uint16 Address)
}
Memory.FillRAM[Address] = Byte;
OpenBus = Byte;
}
uint8 S9xGetPPU (uint16 Address)