comparison java/src/com/aurellem/gb/Gb.java @ 488:09b3bc0b71b5

added rgb->gbRGB translation code.
author Robert McIntyre <rlm@mit.edu>
date Mon, 07 May 2012 12:31:16 -0500
parents 893c753f8088
children a6d060a64246
comparison
equal deleted inserted replaced
487:09df21060be6 488:09b3bc0b71b5
117 117
118 public static native void getRegisters(int[] store); 118 public static native void getRegisters(int[] store);
119 119
120 public static native void writeRegisters(int[] newRegisters); 120 public static native void writeRegisters(int[] newRegisters);
121 121
122 public static native void translateRGB(int[] rgb, int[] store);
123
122 } 124 }