Disable TypedArray support for now (still slower than the default Memory implementation)
This commit is contained in:
parent
ade000d0a5
commit
93f5999b03
8 changed files with 1611 additions and 1607 deletions
|
|
@ -1078,7 +1078,7 @@ X86CPU.prototype.restore = function(data)
|
|||
this.opPrefixes = a[3];
|
||||
this.intFlags = a[4];
|
||||
this.regEA = a[5];
|
||||
this.regEAWrite = a[6]; // NOTE: save/restore of prior EA calculation(s) isn't strictly necessary, but they may be of some interest to, say, the Debugger
|
||||
this.regEAWrite = a[6]; // NOTE: save/restore of prior EA calculation(s) isn't strictly necessary, but they may be of some interest to, say, the Debugger
|
||||
a = data[3];
|
||||
this.nBurstDivisor = a[0];
|
||||
this.nTotalCycles = a[1];
|
||||
|
|
|
|||
Loading…
Reference in a new issue