Allow pasted text in the virtual SerialPort window to be processed as received data, and tidy up the MMR0 updates
This commit is contained in:
parent
9d67f243ef
commit
00d6fb6c59
7 changed files with 541 additions and 512 deletions
|
|
@ -219,7 +219,7 @@ DevicePDP11.prototype.readMMR0 = function(addr)
|
|||
*/
|
||||
DevicePDP11.prototype.writeMMR0 = function(data, addr)
|
||||
{
|
||||
this.cpu.setMMR0(data);
|
||||
this.cpu.setMMR0((data & ~PDP11.MMR0.COMPLETED) | (this.cpu.regMMR0 & PDP11.MMR0.COMPLETED));
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue