Use clrmamepro (which runs fine on linux with wine and on mac with crossover) to build valid romsets with dats from the dats directory. Don't report issues if you didn't build a valid romset. Also, i don't provide a "parent-only" dat file, this is usually a bad idea to only use parent roms (some don't work, and some clones are interesting)
While i generally try to stay in sync with the latest fbalpha release about this, sometimes i have to sync with the current dev version for various reasons. It can cause new romsets to appear and slight changes in existing romsets. Currently, to build a full set for fbalpha-libretro (arcade), you'll probably need the following romsets from MAME 0.198 :
- ffightj3
- kodr2
- mshbr1
- neogeo
- sf2level
You can emulate consoles (with specific romsets, dats are also in the dats directory) by prefixing the name of the roms with XXX_
and removing the zip|7z
extension, or using the --subsystem XXX
argument in the command line, here is the list of available prefix :
- CBS ColecoVision :
cv
- MSX 1 :
msx
- Nec PC-Engine :
pce
- Nec SuperGrafX :
sgx
- Nec TurboGrafx-16 :
tg
- Sega GameGear :
gg
- Sega Master System :
sms
- Sega Megadrive :
md
- Sega SG-1000 :
sg1k
Samples should be put under SYSTEM_DIRECTORY/fba/samples
Copy hiscore.dat to SYSTEM_DIRECTORY/fba/
We don't have a convenient tool like the MAME OSD, instead we use the retroarch api to customize mappings, you can do that by going into Quick menu > Controls
.
For those who don't want to fully customize their mapping, there are 2 convenient presets you can apply by changing the "device type" for a player in this menu :
- Classic : it will apply the original neogeo cd "square" mapping in neogeo games, and use L/R as 5th and 6th button for 6 buttons games like Street Fighter II.
- Modern : it will apply the King of fighters mapping from Playstation 1 and above in neogeo fighting games, and it will use R1/R2 as 5th and 6th button for 6 buttons games like Street Fighter II (for the same reason as the neogeo games), this is really convenient for most arcade sticks.
We don't provide links for roms. Google is your friend.
Support for those games was removed from the libretro port. They are buggy in FB Alpha and have serious compatibility issues with this port. Let's hope someone will fix them in a future release of FB Alpha.
It is either not supported or you have a bad rom. Build a valid romset with clrmamepro as said above. There is also a few games marked as not working, try one of their clones.
Most likely the same as above, make sure you have the right romset. If the problem persist, write a report with a screenshot and the name of the platform you are using.
Your hardware is probably too slow to run the game with normal settings. Try the following :
- Check if there is a speedhack dipswitch in the core options, set it to "yes".
- Try disabling rewind, runahead, and anything related to the savestates system in retroarch.
- Try lowering audio settings in the core options. If it is not enough, upgrade or overclock your hardware.
Most likely for the same reason as above.
This is not MAME, we are using different code. Overall, FB Alpha is slower than old MAME version but more accurate and less buggy. This libretro port also support various features which are usually buggy or absent in MAME cores (netplay, rewind, retroachievements, ...). It takes some resources.
This is not implemented yet.
The support is still a work in progress, there are several things to know :
- You need a copy of neocdz.zip and neogeo.zip in your libretro system directory
- You need to add
--subsystem neocd
to the command line - you can only load
MODE1/2048
tracks at the moment