Skip to content

Latest commit

 

History

History
executable file
·
27 lines (17 loc) · 653 Bytes

README.md

File metadata and controls

executable file
·
27 lines (17 loc) · 653 Bytes

jBoy

A Nintendo GameBoy emulator written in Java.

Requirements

You need a JDK (latest is ver. 8) to compile the java files and a JRE to run the compiled class files.

Usage

Glenn-Mac:src Glenn-Mac$ javac *.java
Glenn-Mac:src Glenn-Mac$ java jBoy <romfile>

To-Do

Finalize Sprites, keyboard joypad input, sounds, and current hanging bug.

Copyright and License

This is free software, licensed under the MIT license.

Thanks

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!