comparison java/src/com/aurellem/gb/Gb.java @ 522:5596cd4a3fc6

added RAM display.
author Robert McIntyre <rlm@mit.edu>
date Sat, 23 Jun 2012 19:12:26 -0500
parents a6d060a64246
children d00096b6bf17
comparison
equal deleted inserted replaced
521:bad7b7430245 522:5596cd4a3fc6
127 127
128 public static native void getPixels(int[] store); 128 public static native void getPixels(int[] store);
129 129
130 public static native void nwritePNG(String filename); 130 public static native void nwritePNG(String filename);
131 131
132 public static native int readMemory(int address);
132 } 133 }