Mercurial > vba-clojure
comparison java/src/com/aurellem/gb/Gb.java @ 55:719d910c90f8
can now send button presses to the simulated gameboy
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 07 Mar 2012 13:24:32 -0600 |
parents | 9d0ec2614443 |
children | ba4fdfb722ed |
comparison
equal
deleted
inserted
replaced
54:88218735d220 | 55:719d910c90f8 |
---|---|
26 } | 26 } |
27 | 27 |
28 | 28 |
29 public static native void step(); | 29 public static native void step(); |
30 | 30 |
31 public static native void step(int keymask); | |
32 | |
31 public static native void shutdown(); | 33 public static native void shutdown(); |
32 | 34 |
33 } | 35 } |