From 6f4c5bc1352baeed55bb3c8af4e81c06b6acc980 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Wed, 21 Dec 2016 21:42:14 -0500 Subject: [PATCH] Update CP1610.Execute.cs --- BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs b/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs index 7e3a5ac2b6..7e2a657360 100644 --- a/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs +++ b/BizHawk.Emulation.Cores/CPUs/CP1610/CP1610.Execute.cs @@ -163,6 +163,7 @@ namespace BizHawk.Emulation.Cores.Components.CP1610 // This simulates the Halting caused by the STIC during visible frame using SR2 if (BusRq && Interruptible) {// && !IntRM && !Interrupted) { PendingCycles--; + TotalExecutedCycles++; return 1; }