A simple Game Boy emulator written in C++, using the SDL2 library.
First run the following commands
git clone https://github.com/jwparkau/gameboy.git gameboycd gameboy./configure.sh
To build the program run the following commands
cd buildmake
USAGE: gameboy <boot_rom> <cartridge_rom>
You must supply the rom files yourself.