Skip to content

Instantly share code, notes, and snippets.

@rkitover
Last active October 25, 2022 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkitover/889eb6dd75d3a47b9fd085c31134f534 to your computer and use it in GitHub Desktop.
Save rkitover/889eb6dd75d3a47b9fd085c31134f534 to your computer and use it in GitHub Desktop.
build vbam
git clone https://github.com/visualboyadvance-m/visualboyadvance-m
cd visualboyadvance-m
./installdeps
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug -G Ninja
ninja
gdb --args ./visualboyadvance-m /path/to/rom.gba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment