Update CP1610.Execute.cs

This commit is contained in:
alyosha-tas 2016-11-14 20:44:36 -05:00 committed by GitHub
parent 30f573729c
commit fbd630b594
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ namespace BizHawk.Emulation.Cores.Components.CP1610
"{0:X4}: {1:X2} {2} ",
RegisterPC,
opcode,
disassemble ? Disassemble(RegisterPC, out notused) : "---").PadRight(26),
disassemble ? Disassemble((ushort)(RegisterPC-1), out notused) : "---").PadRight(26),
RegisterInfo = string.Format(
"Cy:{0} {1}{2}{3}{4}{5}{6}",
TotalExecutedCycles,