Hikaru and Gaelco setup for Demul on mGalaxy

Get answers to questions about using mGalaxy.
Post Reply
bmongiovi
Newbie
Newbie
Posts: 3
Joined: Thu Sep 22, 2016 9:56 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?
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

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: Select all

<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 edited by mgalaxy on Fri Sep 23, 2016 2:37 pm, edited 1 time in total.
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

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 all

<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 edited by Aeliss on Fri Sep 23, 2016 2:43 pm, edited 1 time in total.
bmongiovi
Newbie
Newbie
Posts: 3
Joined: Thu Sep 22, 2016 9:56 pm

Thank you!
Post Reply