Author Topic: Mess FBA or other option for TG-16 and Mupen support  (Read 5070 times)

Wraith92

  • Newbie
  • *
  • Posts: 3
Re: Mess FBA or other option for TG-16 and Mupen support
« Reply #3 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

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1168
    • Email
Re: Mess FBA or other option for TG-16 and Mupen support
« Reply #2 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?
« Last Edit: June 10, 2015, 01:50:47 AM by mgalaxy »

Wraith92

  • Newbie
  • *
  • Posts: 3
Mess FBA or other option for TG-16 and Mupen support
« Reply #1 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.