Fixed the command-line (Node) version of PCjs
This commit is contained in:
parent
14a55eb1fa
commit
24e3405331
5 changed files with 51 additions and 50 deletions
|
|
@ -429,13 +429,6 @@ X86CPU.PREFETCH = {
|
|||
MASK: 0x7 // (X86CPU.PREFETCH.ARRAY - 1)
|
||||
};
|
||||
|
||||
if (BACKTRACK) {
|
||||
X86CPU.BACKTRACK = {
|
||||
SP_LO: 0,
|
||||
SP_HI: 0
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* initMemory(aMemBlocks, addrLimit, blockShift, blockLimit, blockMask)
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue