comparison java/src/com/aurellem/gb/Gb.java @ 191:893c753f8088

added function to set ROM
author Robert McIntyre <rlm@mit.edu>
date Thu, 22 Mar 2012 20:10:09 -0500
parents ad96e9464d6a
children 09b3bc0b71b5
comparison
equal deleted inserted replaced
190:9a7a46c4aa1b 191:893c753f8088
107 107
108 public static native void getRAM(int[] store); 108 public static native void getRAM(int[] store);
109 109
110 public static native void getROM(int[] store); 110 public static native void getROM(int[] store);
111 111
112 public static native void writeROM(int[] newROM);
113
112 public static native void getWRAM(int[] store); 114 public static native void getWRAM(int[] store);
113 115
114 public static native void getVRAM(int[] store); 116 public static native void getVRAM(int[] store);
115 117
116 public static native void getRegisters(int[] store); 118 public static native void getRegisters(int[] store);