fix wtf in oam memory callbacks

This commit is contained in:
CasualPokePlayer 2021-11-22 09:02:14 -08:00 committed by GitHub
parent f9aa6101e0
commit fba8e52be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.Gameboy
}
else if (address < 0xFEA0u) // oam
{
address -= 0xFEA0u;
address -= 0xFE00u;
MemoryCallbacks.CallMemoryCallbacks(address, 0, rawFlags, "OAM");
}
else if (address < 0xFF00u) // "extra" oam