mirror of https://github.com/snes9xgit/snes9x.git
Fix Mario's Time Machine.
This commit is contained in:
parent
a42498b161
commit
703c41fa9a
2
ppu.cpp
2
ppu.cpp
|
@ -1177,7 +1177,7 @@ uint8 S9xGetPPU (uint16 Address)
|
||||||
|
|
||||||
case 0x2137: // SLHV
|
case 0x2137: // SLHV
|
||||||
S9xLatchCounters(0);
|
S9xLatchCounters(0);
|
||||||
return (OpenBus);
|
return (PPU.OpenBus1);
|
||||||
|
|
||||||
case 0x2138: // OAMDATAREAD
|
case 0x2138: // OAMDATAREAD
|
||||||
if (PPU.OAMAddr & 0x100)
|
if (PPU.OAMAddr & 0x100)
|
||||||
|
|
Loading…
Reference in New Issue