예제 #1
0
파일: MBC2.java 프로젝트: snigel/fajitaBoy
 public void forceWrite(int address, int data) {
   rom.forceWrite(address, data);
 }