Added resume support for saving/restoring all active timers and IRQs, along with the run/stop state of the CPU
This commit is contained in:
parent
fac5c3c57d
commit
bb24ccaca6
12 changed files with 844 additions and 671 deletions
|
|
@ -1128,7 +1128,7 @@ PDP11.opDIV = function(opCode)
|
|||
this.regsGen[reg] = this.regsGen[reg | 1] = 1; // etc
|
||||
}
|
||||
}
|
||||
this.nStepCycles -= (52 + 1); // 52 is the mean of the shortest and longest times
|
||||
this.nStepCycles -= (52 + 1); // 52 is the average of the shortest and longest times
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue