Hi, I'm trying to get Finalburn Alpha to run with this Emulators plugin, but I get an error because the Emulators plugin forces the rom extension .zip to the command line. So I get "Final Burn Alpha doesn't support 3wonders.z".
I'm using a batch file (like suggested for running command line MAME in the "Emulator setup" thread) with "fba.exe %1" as my command line.
Try to create this batch (emu.bat) in the same folder that fba.exe.
Content : ----------------------------
@echo off
cd C:\Emulators\FBA
set game=%1
set game=%game:.zip=%
set game=%game:C:\Emulators\FBA\Roms\=%
start fba.exe %game%
End ------------------------------------
@echo off => Hide lines
cd C:\Emulators\FBA=> Change the Path where you have the fba.exe
set game=%1 => Get the file name, for example: C:\Emulators\FBA\Roms\3wonders.zip
set game=%game:.zip=% => Search .zip in the name and change for nothing: C:\Emulators\FBA\Roms\3wonders
set game=%game:C:\Emulators\FBA\Roms\=% => Change the Path where you have the roms, find path in the name and change for nothing: 3wonders
start fba.exe %game% => "start" launch the emulator and close the batch window, and the end... "fba.exe 3wonders"
In MyEmulators plugin select "emu.bat" like emulator
Hi Gcarr, thanks for the reply, I downloaded the file and reinstalled it in Win7 Pro, it work, but only for the TV tuner and not the FM tuner. :-(.
It was worth trying anyway. :cool:
Hi Gcarr, thanks for the reply, I downloaded the file and reinstalled it in Win7 Pro, it work, but only for the TV tuner and not...
I have been trying to build an ultimate HTPC mini system. Seneca case, Intel DH61AG MOB, i7 3770 CPU, special adapters to use the...