n64 tracer: mention regs in the header
This commit is contained in:
parent
473b9e5f33
commit
45a83322a7
|
@ -16,7 +16,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.N64
|
|||
public m64pTraceBuffer(IDebuggable debuggableCore, IMemoryDomains memoryDomains, IDisassemblable disassembler)
|
||||
: base(debuggableCore, memoryDomains, disassembler)
|
||||
{
|
||||
Header = "r3400: PC, mnemonic, arguments";
|
||||
Header = "r3400: PC, mnemonic, arguments, registers (GPRs, Load/Link Bit, MultHI, MultLO, Implementation/Revision, Control/Status)";
|
||||
}
|
||||
|
||||
public override void TraceFromCallback()
|
||||
|
|
Loading…
Reference in New Issue