Author Topic: Hikaru and Gaelco setup for Demul on mGalaxy  (Read 5937 times)

bmongiovi

  • Newbie
  • *
  • Posts: 3
Re: Hikaru and Gaelco setup for Demul on mGalaxy
« Reply #4 on: October 04, 2016, 11:08:54 PM »
Thank you!

Aeliss

  • Hero Member
  • *****
  • Posts: 900
Re: Hikaru and Gaelco setup for Demul on mGalaxy
« Reply #3 on: September 23, 2016, 09:42:21 AM »
Yep it's possible.

1 - in MgalaxyRunaway Create a new "sega naomi" system.
2 - Rename it "Sega Hikaru"
3 - Configure it
4 - Save and exit
5 - Open the file "mGalaxy\Data\UserSystems\UserSystems.xml"
6 - Search the hikaru system ("<UserName>Sega hikaru</UserName>")
7 - edit the Cmd line to be look that
Code: [Select]
<Cmd id="0" hidden="false" name="DEmul [Script]" value="-run=hikaru -rom=%file" />8 - Save all, run mGalaxy.


Edit : oups, sorry I have made my post during mGalaxy answer ^^.
« Last Edit: September 23, 2016, 09:43:58 AM by Aeliss »

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1167
    • Email
Re: Hikaru and Gaelco setup for Demul on mGalaxy
« Reply #2 on: September 23, 2016, 09:36:12 AM »
Yes and here is how:

Open "mGalaxy\Data\BaseSystems\BaseSystems.xml"
Add this block of code at the end of the file, JUST BEFORE the ending tag '</Emulators>'!!
Code: (xml) [Select]
<System type="Arcade">
<Name ss="75" em="MAME" tgdb="Arcade" gb="84|ARC">Sega Hikaru</Name>
<Emu selected="0">
<Cmd id="0" hidden="false" name="DEmul [Script]" value="-run=hikaru -rom=%file"/>
</Emu>
<Extensions>.zip</Extensions>
</System>
<System type="Arcade">
<Name ss="75" em="MAME" tgdb="Arcade" gb="84|ARC">Gaelco</Name>
<Emu selected="0">
<Cmd id="0" hidden="false" name="DEmul [Script]" value="-run=gaelco -rom=%file"/>
</Emu>
<Extensions>.zip</Extensions>
</System>
Save and close!

Add two folders in "mGalaxy\Data\BaseSystems\"
The first one named "Sega Hikaru". Place the first 'icon.png' file into it
The second one named "Gaelco". Place the second 'icon.png' file into it

You're now ready to use one of those systems from mGalaxy_Runway!

Note: those 2 systems will be added to the next version of mGalaxy
« Last Edit: September 23, 2016, 09:37:49 AM by mgalaxy »

bmongiovi

  • Newbie
  • *
  • Posts: 3
Hikaru and Gaelco setup for Demul on mGalaxy
« Reply #1 on: September 22, 2016, 05:09:12 PM »
I am very pleased with mGalaxy.

I was curious to know if there is a way to setup Hikaru and Gaelco (both executed through Demul) to run games on mGalaxy?