Yet another unfinished Gameboy emulator, written for fun and profit in C.
Right now you can run Super Mario Land and enter the game. No sound emulation or any other bells and whistles.
Controls are as follows:
- Directions: WASD
- Start/Select/A/B: IJKL
I should probably change these.
Compilation has only been tested on OS X, your mileage may vary on other OS. Unixes should be fine though. You'll need the following libraries to compile:
- libsdl
- libcheck
$ nix-shell # tested on macOS
[nix-shell]$ premake4 gmake --cc="clang"
[nix-shell]$ make -j
[nix-shell]$ ./Spielbub <rom.bin>
Good luck.