Skip to content

Commit

Permalink
Write OpenBus during S9xSetPPU.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearoso committed May 19, 2018
1 parent 1ff91f4 commit 3553650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ppu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,7 @@ void S9xSetPPU (uint8 Byte, uint16 Address)
}

Memory.FillRAM[Address] = Byte;
OpenBus = Byte;
}

uint8 S9xGetPPU (uint16 Address)
Expand Down

0 comments on commit 3553650

Please sign in to comment.