Revert back to propagating R0 to the Front Panel data path on a WAIT instruction (per PDP-11 lore)

This commit is contained in:
Jeff 2016-11-08 14:21:07 -08:00 committed by Jeff Parsons
commit f43d1c1745
7 changed files with 642 additions and 617 deletions

View file

@ -186,6 +186,7 @@ CPUPDP11.prototype.initBus = function(cmp, bus, cpu, dbg)
this.cmp = cmp;
this.bus = bus;
this.dbg = dbg;
this.panel = cmp.panel;
for (var i = 0; i < CPUPDP11.BUTTONS.length; i++) {
var control = this.bindings[CPUPDP11.BUTTONS[i]];