All attempted diagnostic tests pass now (including EKBBF0)
This commit is contained in:
parent
559a7eb8fa
commit
08b81a8739
8 changed files with 1143 additions and 1127 deletions
|
|
@ -214,6 +214,7 @@ DevicePDP11.prototype.writeLKS = function(data, addr)
|
|||
* I think that was wrong, and that all a write should do is mask off all the other (non-writable) bits.
|
||||
*/
|
||||
this.kw11.lks = data & PDP11.KW11.LKS.MASK;
|
||||
if (!(this.kw11.lks & PDP11.KW11.LKS.IE)) this.cpu.clearIRQ(this.kw11.irq);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue