GPGX.ITraceable - remove some now irrelevant comments

This commit is contained in:
adelikat 2016-02-21 17:44:27 -05:00
parent f5e679fa0d
commit 691c95c861
1 changed files with 0 additions and 3 deletions

View File

@ -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)