|
2 months ago | |
---|---|---|
data | 2 months ago | |
src | 2 months ago | |
.gitignore | 2 months ago | |
Makefile | 2 months ago | |
README.md | 2 months ago |
My first homebrew GameBoy game. A port of the GTA San Andreas Arcade Game Duality.
You need the GBDK-2020 to build the ROM and Gearboy to emulate it comfortably. Then just build a debug version and run it in the emulator, with debug symbols already loaded.
make run
For the release build, simply add GBDK_RELEASE=1
to your make invocation after running make clean
.
To-Do