FBA development: lr-fbalpha (formerly lr-fba-next) updates
-
@dankcushions
i hope that the sound thing is true, i always thought it was just me when the sound was bad.now i have to figure how to update my roms... lol
-
@ExarKunIv i can confirm that the sega 16 games have fixed sound :D
-
@dankcushions yep, I mentioned that in an older thread https://retropie.org.uk/forum/topic/9664/new-final-burn-alpha-release-0-2-97-40 as soon as .40 hit github. Unfortunately, most are still slower for me on my oc'd pi2 but pi3 users probably won't notice.
-
17th July 2017
0.2.97.42 released!
100s of new games/clones added, and lots of fixes/improvements! see https://www.fbalpha.com/view/238/I have updated the wiki (paging @herb_fargus to sync the docs) and compatibility list as appropriate. should all be up to date, now!
-
Has anyone encountered any issues using the v0.2.97.40 ROM set with FBA v0.2.97.42?
I've been trying to rebuild what I have into a v0.2.97.42 set using clrmamepro. I have a lot of missing arcade ROMs according to the DAT file in clrmamepro and the Windows version of FBA; and I'm struggling to find what I need.
What is the general method of rebuilding into current sets? Are the new additional ROM files sourced from a specific MAME set which I can add to my current FBA set and rebuild from using clrmamepro? -
@gaavoid As always, there will certain roms that will work and some that don't. My google-fu skills are good enough to quickly find the new romsets so I've never bothered with rebuilding romsets.
-
@gaavoid said in FBA development: lr-fbalpha (formerly lr-fba-next) updates:
Has anyone encountered any issues using the v0.2.97.40 ROM set with FBA v0.2.97.42?
I've been trying to rebuild what I have into a v0.2.97.42 set using clrmamepro. I have a lot of missing arcade ROMs according to the DAT file in clrmamepro and the Windows version of FBA; and I'm struggling to find what I need.
What is the general method of rebuilding into current sets? Are the new additional ROM files sourced from a specific MAME set which I can add to my current FBA set and rebuild from using clrmamepro?just download the .42 set. you can't rebuild totally from one set to another. there will always be stuff missing. for example, new games introduced in .42 will not be in your .40 set at all.
-
@darksavior I'm also trained in the ancient art of google-fu, however my skills (or ISP) have failed me. It's made me feel a bit sad.
-
How does World Rally perform on the PI..?? only reason i ask is i have modified driver with special tilemap handling via iq_132 which
gives this game a significant speedboost on lesser hardware, im not sure if he pushed that driver to mainline or not i have another
one for TH Strikes Back i'd be willing to share these with the community should they be required.Regards!!
-
@gamez-fan I'm not sure how those games perform on the pi (i haven't booted mine for some time), but you can still send me your speedhacks through pm on fbalpha's forum, i'll take a look :)
-
Hi with some further investigation i now know both wrally.cpp and thoop2.cpp with the special tilemap handling via iq_132
have both been pushed to mainline source you can grab both from the FBA Git if you have access or wait for the next release. -
Im not sure how the Seta Sammy Visco ssv.cpp games perform on the RPI..??? but if they're in need of a speedboost..??? this one
does the trick very nicely on the xbox FBA port, and comes directly from iq_132 and dink, it's win win as the games are significantly
boosted with no negative affects.In the ssv.cpp driver Frame find...
INT32 nCyclesTotal[2] = { (16000000 * 100) / 6018, (10000000 * 100) / 6018 };and make it this instead...
INT32 nCyclesTotal[2] = { (16000000 * 100) / 6018, (1000000 * 100) / 6018 }; -
@gamez-fan I can't test right now but i don't think this driver performs greatly on rpi. If there is no negative effect (i suppose this change will be included in the next fba release ?), i'll add it to lr-fbalpha. Thanks :).
Feel free to suggest any improvement at https://github.com/libretro/fbalpha -
Sorry about this but i made a wee boo boo with the clockspeed in the above post, i've sorted it now on the git
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.