Open-Source Gameboy Emulator written in Java from the George Mason University Inventors and Innovation team (GMU IIT).
Download the source and run these commands while inside of /src in the terminal:
javac -d compiled Program.java
java -cp compiled Program
Replace <source file>
with any of the .java files with main
functions included in them:
javac -d compiled <source file>.java
java -cp compiled <source file>
http://marc.rawer.de/Gameboy/Docs/GBProject.pdf http://marc.rawer.de/Gameboy/Docs/GBCPUman.pdf http://index-of.es/Varios-2/Game%20Boy%20Programming%20Manual.pdf
https://gb-archive.github.io/salvage/decoding_gbz80_opcodes/Decoding%20Gamboy%20Z80%20Opcodes.html https://izik1.github.io/gbops/index.html
http://www.codeslinger.co.uk/pages/projects/gameboy/beginning.html https://emudev.de/gameboy-emulator/getting-started-with-the-cpu/ https://www.youtube.com/watch?v=B7seNuQncvU
https://github.com/CTurt/Cinoop
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JFrame.html https://www.youtube.com/watch?v=-sOqzUs1Hqk
https://gbdev.gg8.se/wiki/articles/Test_ROMs https://github.com/Johnnei/Youtube-Tutorials/tree/master/emulator_chip8/Part%209%20-%20Pong/src