Reinitialize the DL11 receive buffer on reset
This commit is contained in:
parent
2c1191ce6e
commit
91bd3c1a7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue