FinalBurn Alpha Rerecording is the rerecording version of Final Burn Alpha with many customized features designed to aid in recording movie input files
- http://tasvideos.org/forum/viewtopic.php?t=7234
- http://tasvideos.org/EmulatorResources/Fbarr.html
- http://tasvideos.org/EmulatorResources/Fbarr/FBM.html
For people like myself who aren't familiar with compiling code in Windows, this is easiest way to get yourself building FBA-rr.
Follow the FBA Compilation Guide for GCC 3.4.5. BUT, before running mingw32-make mingw345
, you'll have to take care of LUA dependencies
-
In
c:\mingw345\makefile.mingw345
, comment out this lineallobj += $(srcdir)depend/libs/lua/liblua51.a
-
Copy Lua Headers into place
- Download Lua 5.1.5 source code
- Copy
src\*.h
intoc:\mingw345\include
-
Copy Lua Binaries into place
- Download latest build of Lua 5.1.5 Libraries files from Sourceforge
- Copy
lua5.1.dll
andlua5.1.lib
intoc:\mingw345\lib