Added another example of an I/O address handler (XCSR)

This commit is contained in:
Jeff 2016-09-25 15:15:06 -07:00 committed by Jeff Parsons
commit a451bbc5bc
6 changed files with 391 additions and 334 deletions

View file

@ -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;
};