示例#1
0
 public void ConnectIOPort(byte lowAddr, ReadIOPortDelegate readCallback, WriteIOPortDelegate writeCallback)
 {
     InPorts[lowAddr]  = readCallback;
     OutPorts[lowAddr] = writeCallback;
 }
示例#2
0
 public void ConnectIOPort(byte lowAddr, ReadIOPortDelegate readCallback, WriteIOPortDelegate writeCallback)
 {
     InPorts[lowAddr] = readCallback;
     OutPorts[lowAddr] = writeCallback;
 }