A Nintendo GameBoy emulator written in Java.
You need a JDK (latest is ver. 8) to compile the java files and a JRE to run the compiled class files.
Glenn-Mac:src Glenn-Mac$ javac *.java
Glenn-Mac:src Glenn-Mac$ java jBoy <romfile>
Finalize Sprites, keyboard joypad input, sounds, and current hanging bug.
This is free software, licensed under the MIT license.
Thanks to all the detailed resources out there covering this old but gold system! Also a huge thanks to gekkio for all the assistance debugging many issues!