Page 1 of 1
Mess FBA or other option for TG-16 and Mupen support
Posted: Tue Jun 09, 2015 11:11 pm
by Wraith92
Hi would love to see Turbografx 16 support something other than Magic Engine. Also Mupen support on the N64 side. Fantastic FE. Recently became a supporting member. Picked up the arcade black theme. Looks great with snaps and vids. Thanks for all of the work.
Re: Mess FBA or other option for TG-16 and Mupen support
Posted: Wed Jun 10, 2015 6:36 am
by mgalaxy
Mupen64 support added to the next version of mGalaxy.
If you want to benefit from it right now, just open 'Systems.xml' in mGalaxy 'Data' folder.
Find this block:
Code: Select all
<System Type="Console">
<Name>Nintendo 64</Name>
<AppPath />
<RomPath />
<SnapPath />
<VidPath />
<Emu selected="0">
<Cmd id="0" name="1964 / 1964 UltraFast" value="-f -g "%path\%file%ext"" />
<Cmd id="1" name="Project 64 v1.6 [Script]" value="%path\%file%ext" />
<Cmd id="2" name="Project 64 v2.1 [Script]" value=""%path\%file%ext"" />
</Emu>
<Extensions>.n64,.z64,.zip</Extensions>
<Active>False</Active>
<Script>True</Script>
<Database>False</Database>
</System>
And replace it by this one:
Code: Select all
<System Type="Console">
<Name>Nintendo 64</Name>
<AppPath />
<RomPath />
<SnapPath />
<VidPath />
<Emu selected="0">
<Cmd id="0" name="1964 / 1964 UltraFast" value="-f -g "%path\%file%ext"" />
<Cmd id="1" name="Mupen64" value="-g "%path\%file%ext" -nogui -f"/>
<Cmd id="2" name="Project 64 v1.6 [Script]" value="%path\%file%ext" />
<Cmd id="3" name="Project 64 v2.1 [Script]" value=""%path\%file%ext"" />
</Emu>
<Extensions>.n64,.z64,.zip</Extensions>
<Active>False</Active>
<Script>True</Script>
<Database>False</Database>
</System>
There's already a FBA support. This system is named 'Multi-system [FB Alpha]'. Have you checked it?
Re: Mess FBA or other option for TG-16 and Mupen support
Posted: Thu Jun 11, 2015 5:12 am
by Wraith92
Thanks for the heads up about Mupen. That was really cool. I did not word the second part of my question well. I understand what you were saying about FBA now. Got that working too. Thanks. Also do you guys have a banner that I could put in my sig? I would be happy to support. Thanks again for all of your help.
Wraith92