binjgb (Source)

binjgb (Source)
binjgb (Source)
File Size:
83.40 MB
Version:
0.1.11
Author:
Date:
20 August 2021
Downloads:
0 x

binjgb is a simple Game Boy / Game Boy Color emulator. It is a command line program but drag and drop works well.

Notes

Building

Requires CMake and SDL2. Debugger uses dear imgui, (included as a git submodule).

Building (Linux/Mac)

If you run make, it will run CMake for you and put the output in the bin/ directory.

$ make
$ bin/binjgb foo.gb

You can also just use cmake directly:

$ mkdir build
$ cd build
$ cmake ..
$ make
 
 
Powered by Phoca Download