mGalaxy forum

General Discussions => mGalaxy Wishlist => Topic started by: Wraith92 on June 09, 2015, 06:11:58 PM

Title: Mess FBA or other option for TG-16 and Mupen support
Post by: Wraith92 on June 09, 2015, 06:11:58 PM
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.
Title: Re: Mess FBA or other option for TG-16 and Mupen support
Post by: mgalaxy on June 10, 2015, 01:36:58 AM
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: (xml) [Select]
<System Type="Console">
    <Name>Nintendo 64</Name>
    <AppPath />
    <RomPath />
    <SnapPath />
    <VidPath />
    <Emu selected="0">
      <Cmd id="0" name="1964 / 1964 UltraFast" value="-f -g &quot;%path\%file%ext&quot;" />
      <Cmd id="1" name="Project 64 v1.6 [Script]" value="%path\%file%ext" />
      <Cmd id="2" name="Project 64 v2.1 [Script]" value="&quot;%path\%file%ext&quot;" />
    </Emu>
    <Extensions>.n64,.z64,.zip</Extensions>
    <Active>False</Active>
    <Script>True</Script>
    <Database>False</Database>
</System>
And replace it by this one:
Code: (xml) [Select]
<System Type="Console">
    <Name>Nintendo 64</Name>
    <AppPath />
    <RomPath />
    <SnapPath />
    <VidPath />
    <Emu selected="0">
      <Cmd id="0" name="1964 / 1964 UltraFast" value="-f -g &quot;%path\%file%ext&quot;" />
      <Cmd id="1" name="Mupen64" value="-g &quot;%path\%file%ext&quot; -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="&quot;%path\%file%ext&quot;" />
    </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?
Title: Re: Mess FBA or other option for TG-16 and Mupen support
Post by: Wraith92 on June 11, 2015, 12:12:04 AM
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