blob: 878215b5f22db58f777da3aca8a55546946d05e5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Standalone port of Mednafen GBA to libretro, itself a fork of VBA-M,
itself a fork of Visual Boy Advance.
Beetle/Mednafen GBA optionally supports using the following BIOS image
file for operation:
* gba_bios.bin (Game Boy Advance Image)
To build the debugging symbols use:
DEBUG=1 ./beetle-gba-libretro.SlackBuild
|