Disable TypedArray support for now (still slower than the default Memory implementation)

This commit is contained in:
Jeff Parsons 2014-10-12 13:41:37 -07:00 committed by jeffpar
commit 93f5999b03
8 changed files with 1611 additions and 1607 deletions

View file

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