More Front Panel improvements

This commit is contained in:
Jeff 2016-11-02 13:35:50 -07:00 committed by Jeff Parsons
commit d5c7bf0b5d
23 changed files with 1514 additions and 1281 deletions

View file

@ -1760,7 +1760,7 @@ PDP11.opWAIT = function(opCode)
/*
* Since here we're actually transitioning to WAIT, let's update the Panel's LEDs (well, OK, among other things).
*/
this.cmp.updateStatus();
if (this.cmp) this.cmp.updateStatus();
}
this.opFlags |= PDP11.OPFLAG.WAIT;
this.advancePC(-2);