Fixed the LED (lamp) test, fixed Front Panel update on a machine RESET, and cleaned up the status update code a bit

This commit is contained in:
Jeff 2016-11-03 10:28:54 -07:00 committed by Jeff Parsons
commit 57bceb4da9
7 changed files with 554 additions and 512 deletions

View file

@ -1413,9 +1413,8 @@ PDP11.opRESET = function(opCode)
if (!(this.regPSW & PDP11.PSW.CMODE)) {
this.bus.reset();
this.resetRegs();
// display.data = this.regsGen[0]; // TODO: Review
}
this.nStepCycles -= 667; // TODO: Review (but it's definitely a big number)
this.nStepCycles -= 667; // TODO: Review (but it's definitely a big number)
};
/**