PPU: Don't change the OAM eval index when writing to OAMADDR (this causes glitches in Star Ocean)
This commit is contained in:
parent
33cee67e61
commit
dffce96ed8
1 changed files with 0 additions and 1 deletions
|
@ -1572,7 +1572,6 @@ void Ppu::LatchLocationValues()
|
|||
|
||||
void Ppu::UpdateOamAddress()
|
||||
{
|
||||
_oamEvaluationIndex = _oamRamAddress >> 1;
|
||||
_internalOamAddress = (_oamRamAddress << 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue