fix wtf in oam memory callbacks
This commit is contained in:
parent
f9aa6101e0
commit
fba8e52be6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue