private void AddToInterruptQueue(HardwareInterruptRequest interruptRequest, long memoryAddress, long memoryValue)
 {
     _interruptHandler.RegisterSoftwareInterrupt(_interruptName, _interruptFlagAddress, memoryValue);
 }
示例#2
0
 private void AddToInterruptQueue(HardwareInterruptRequest interruptRequest, long memoryAddress, long memoryValue)
 {
     _interruptHandler.RegisterSoftwareInterrupt(_interruptName, _interruptFlagAddress, memoryValue);
 }