Update CP1610.Execute.cs
This commit is contained in:
parent
52d604cb24
commit
6f4c5bc135
|
@ -163,6 +163,7 @@ namespace BizHawk.Emulation.Cores.Components.CP1610
|
||||||
// This simulates the Halting caused by the STIC during visible frame using SR2
|
// This simulates the Halting caused by the STIC during visible frame using SR2
|
||||||
if (BusRq && Interruptible) {// && !IntRM && !Interrupted) {
|
if (BusRq && Interruptible) {// && !IntRM && !Interrupted) {
|
||||||
PendingCycles--;
|
PendingCycles--;
|
||||||
|
TotalExecutedCycles++;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue