예제 #1
0
 public void ioPortWriteByte(int address, int data) {
   setGateA20State((data & 0x02) != 0);
   if ((data & 0x01) != 0) cpu.reset();
 }