Cleaned up OPFLAG handling
This commit is contained in:
parent
b3ba03d0a5
commit
98d3700fa4
8 changed files with 381 additions and 361 deletions
|
|
@ -994,7 +994,7 @@ DevicePDP11.prototype.access = function(physicalAddress, data, byteFlag)
|
|||
} while (idx >>= 1);
|
||||
}
|
||||
cpu.regPIR = result;
|
||||
cpu.priorityReview = 2;
|
||||
cpu.opFlags |= PDP11.OPFLAG.INTQ;
|
||||
}
|
||||
break;
|
||||
case 0x3FFFF6: /*017777766*/ // CPU error
|
||||
|
|
|
|||
Loading…
Reference in a new issue