Removed SAMPLER and RegFrame code (DEBUG-only code that's easy to resurrect if needed later)

This commit is contained in:
Jeff Parsons 2015-10-18 11:27:35 -07:00
commit b944cff3b5
6 changed files with 2 additions and 139 deletions

View file

@ -3174,7 +3174,7 @@ ChipSet.prototype.outPICLo = function(iPIC, bOut, addrFrom)
} else {
if (DEBUG && this.messageEnabled(Messages.PIC | Messages.WARN)) {
this.printMessage("outPIC" + iPIC + '(' + str.toHexByte(pic.port) + "): unexpected EOI command, IRQ " + nIRQ + " not in service", true, true);
if (!SAMPLER && MAXDEBUG) this.dbg.stopCPU();
if (MAXDEBUG) this.dbg.stopCPU();
}
}
/*