From 7c17f31cdc6a7011f390b08a774549b9be0508fd Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Thu, 27 May 2021 09:27:58 -0400 Subject: [PATCH] Gambatte; update trace header --- .../Consoles/Nintendo/Gameboy/Gambatte.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.cs index 88f98bac71..44d9bcfe8a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/Gambatte.cs @@ -25,7 +25,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.Gameboy ServiceProvider = ser; Tracer = new TraceBuffer { - Header = "Z80: PC, opcode, registers (A, B, C, D, E, F, H, L, LY, SP, CY)" + Header = "LR35902: PC, opcode, registers (A, F, B, C, D, E, H, L, LY, SP, CY)" }; ser.Register(Tracer); InitMemoryCallbacks();