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