Reinitialize the DL11 receive buffer on reset

This commit is contained in:
Jeff 2016-11-12 12:59:17 -08:00 committed by Jeff Parsons
commit 91bd3c1a7a

View file

@ -462,7 +462,7 @@ SerialPortPDP11.prototype.initState = function(data)
this.rbuf = 0;
this.rcsr = 0;
this.xcsr = PDP11.DL11.XCSR.READY;
// this.abReceive = [];
this.abReceive = [];
return true;
};