NOTE Please note that I'm no longer updating this project. Most of the features of this emulator have been migrated to the Pi build of FBNeo, which also includes updated driver list.
Final Burn Alpha is a multi-system emulator. This particular port is based on the SDL version of the emulator with native GLES-based rendering for the Raspberry Pi.
Source is based on FBA for OpenDingux, sans the OpenDingux-specific stuff.
This version adds a handful of other features, including:
- Configurable joystick inputs
- Kiosk mode (shuts down the emulator after a period of inactivity)
- NVRAM saves
To compile on a Raspberry Pi, install SDL and udev libraries:
sudo apt-get install libsdl-dev libudev-dev
Run make pi
to start the build - it will take a while.
To exit the emulator, press F12
.
See gamelist.txt.
All auxiliary code by me (Akop Karapetyan) is released under the Apache license and identified as such in the file's header.
Core components of FBA are licensed under a more restrictive license - see license.txt for details.
Parts of code are from fba-sdl by Dmitry Smagin.
FinalBurn Alpha is written by the FB Alpha Team.