Game Boy Advance ROM projects written in Embedded Swift.
- Install Embedded Swift.
- Download
gba-llvm-devkit
from the releases page. - Set
GBA_LLVM
in your environment to the path to the downloaded devkit (export GBA_LLVM=<path to>/gba-llvm-devkit-1-Darwin-arm64
). cd
into one of the projects and runmake
.- Open the compiled
.gba
rom in a Game Boy emulator, e.g. mGBA.
This repository is based on information from the following URLs: