Mercurial > vba-clojure
diff 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 |
line wrap: on
line diff
1.1 --- a/java/src/com/aurellem/gb/Gb.java Thu Mar 22 16:34:10 2012 -0500 1.2 +++ b/java/src/com/aurellem/gb/Gb.java Thu Mar 22 20:10:09 2012 -0500 1.3 @@ -109,6 +109,8 @@ 1.4 1.5 public static native void getROM(int[] store); 1.6 1.7 + public static native void writeROM(int[] newROM); 1.8 + 1.9 public static native void getWRAM(int[] store); 1.10 1.11 public static native void getVRAM(int[] store);