Update CP1610.Execute.cs

This commit is contained in:
alyosha-tas 2016-12-24 10:53:30 -05:00 committed by GitHub
parent 98a73ee982
commit f542a438ed
1 changed files with 1 additions and 1 deletions

View File

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