From fbd630b594bdb08f68a28ff22770a6ea00b0165f Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Mon, 14 Nov 2016 20:44:36 -0500 Subject: [PATCH] Update CP1610.Execute.cs --- BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs b/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs index 3ea166a967..313d277215 100644 --- a/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs +++ b/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs @@ -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,