A gameboy emulator, nothing fancy
- Make sure you have G++, python, and GNU make are installed in your PATH.
- Download SDL and manually configure the
INCLUDE_PATHS
andLIBRARY_PATHS
variables inMakefile
. - Run
make
. - You may need to copy SDL binary
SDL2.dll
to this directory to run the compiled program.