More PDP-11 front panel functionality

This commit is contained in:
Jeff 2016-11-01 19:02:06 -07:00 committed by Jeff Parsons
commit caf0a728f8
20 changed files with 1379 additions and 615 deletions

View file

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