From fba8e52be65b752cbc515157d3ad7a551832b88b Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Mon, 22 Nov 2021 09:02:14 -0800 Subject: [PATCH] fix wtf in oam memory callbacks --- .../Consoles/Nintendo/Gameboy/Gambatte.IDebuggable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IDebuggable.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IDebuggable.cs index 929422da0e..07972d68ac 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IDebuggable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.IDebuggable.cs @@ -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