All attempted diagnostic tests pass now (including EKBBF0)

This commit is contained in:
Jeff Parsons 2016-11-26 13:51:29 -08:00 committed by Jeff Parsons
commit 08b81a8739
8 changed files with 1143 additions and 1127 deletions

View file

@ -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);
};
/**