From 691c95c861a5784366321fb571aa4043b60c6cf5 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 21 Feb 2016 17:44:27 -0500 Subject: [PATCH] GPGX.ITraceable - remove some now irrelevant comments --- BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.ITraceable.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.ITraceable.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.ITraceable.cs index 6cd409d262..7ca8a38dd7 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.ITraceable.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.ITraceable.cs @@ -55,9 +55,6 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx var length = 0; var disasm = Disassembler.Disassemble(MemoryDomains.SystemBus, pc, out length); - // feos: we shouldn't append up to 64, but movem.l prints all the regs affected - // so use 32 and deal with registers shifting every now and then - var traceInfo = new TraceInfo { Disassembly = string.Format("{0:X6}: {1,-32}", pc, disasm)