Example #1
0
 public void forceWrite(int address, int data) {
   rom.forceWrite(address, data);
 }