Switched interrupt management to a new set of Trigger functions and static Trigger objects, eliminating the old InterruptQueue of constantly created/destroyed InterruptEvents

This commit is contained in:
Jeff Parsons 2016-10-13 10:20:11 -07:00 • committed by Jeff Parsons
commit 686396d726
6 changed files with 255 additions and 254 deletions

View file

@ -186,7 +186,7 @@ var PDP11 = {
*/
OPFLAG: {
INTQ_SPL: 0x01, // INTQ triggered by SPL
INTQ: 0x02, // call checkInterruptQueue()
INTQ: 0x02, // call checkInterrupts()
WAIT: 0x04, // WAIT operation in progress
TRAP_TF: 0x10, // aka PDP11.PSW.TF
TRAP_MMU: 0x20,