32-bit signed division fixes
This commit is contained in:
parent
05c261f849
commit
a22bf5dc85
3 changed files with 72 additions and 69 deletions
|
|
@ -139,7 +139,7 @@ function CPU(parmsCPU, nCyclesDefault)
|
|||
this.aVideo = [];
|
||||
|
||||
var cpu = this;
|
||||
this.onRunTimeout = function() { cpu.runCPU(); };
|
||||
this.onRunTimeout = function onRunTimeout() { cpu.runCPU(); };
|
||||
|
||||
this.setReady();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue