Revert back to propagating R0 to the Front Panel data path on a WAIT instruction (per PDP-11 lore)
This commit is contained in:
parent
0a179a5f55
commit
f43d1c1745
7 changed files with 642 additions and 617 deletions
|
|
@ -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]];
|
||||
|
|
|
|||
Loading…
Reference in a new issue