Update CP1610.Execute.cs

This commit is contained in:
alyosha-tas 2016-12-21 21:42:14 -05:00 committed by GitHub
parent 52d604cb24
commit 6f4c5bc135
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}