Sega SG1000 support?

Get answers to questions about using mGalaxy.
Post Reply
MikeNZ
Newbie
Newbie
Posts: 5
Joined: Fri Mar 25, 2016 7:21 pm

Hi guys. Just installed mGalaxy. Working well so far with Mame, Genesis etc.
Would like to add my SEGA SG1000 collection too.
The mGalaxy web page shows support for the console but I can't find the ability to add it in Runway.
I think I can probably find a workaround by pretending it's a GameGear or other Sega console - (Using Fusion), but the SG1000 selection image isn't included with Runway?

Any help appreciated.
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

The mGalaxy web page shows support for the console but I can't find the ability to add it in Runway.
This system will be included in the next version but I already have updated the website with info about it...that's the reason why you found it on the site!

If you want to add it to the available systems right now, open the 'Systems.xml' file inside the "Data" folder with a text editor and add those lines just before the '</Emulators>' ending tag

Code: Select all

<System Type="Console">
    <Name>Sega SG-1000</Name>
    <AppPath />
    <RomPath />
    <SnapPath />
    <VidPath />
    <Emu selected="0">
      <Cmd id="0" name="KEGA Fusion" value=""%path\%file%ext" -sms -auto -fullscreen"/>
      <Cmd id="1" name="RetroArch [bluemsx_libretro.dll]" value="-f -L cores\bluemsx_libretro.dll "%path\%file%ext""/>
    </Emu>
    <Extensions>.sg,.zip</Extensions>
    <Active>False</Active>
    <Script>True</Script>
    <Database>False</Database>
</System>
Create a folder named "Sega SG-1000" in "Data" folder and place the picture (attached below) inside!
MikeNZ
Newbie
Newbie
Posts: 5
Joined: Fri Mar 25, 2016 7:21 pm

Fantastic!
Thank you so much. Worked like a charm.
Had the Sega SC3000 computer as a kid so this will bring back some great memories :)
Post Reply