Added another example of an I/O address handler (XCSR)
This commit is contained in:
parent
da617d454d
commit
a451bbc5bc
6 changed files with 391 additions and 334 deletions
|
|
@ -591,7 +591,7 @@ PDP11.opCLR = function(opCode)
|
|||
*/
|
||||
PDP11.opCLRB = function(opCode)
|
||||
{
|
||||
this.updateNZCFlags(this.writeByteByMode(opCode, 0, PDP11.WRITE.ZERO));
|
||||
this.updateNZCFlags(this.writeByteByMode(opCode, 0));
|
||||
this.nStepCycles -= 1;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue