Fixed the command-line (Node) version of PCjs

This commit is contained in:
Jeff Parsons 2014-12-29 16:26:54 -08:00 committed by jeffpar
commit 24e3405331
5 changed files with 51 additions and 50 deletions

View file

@ -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)
*