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.
Sega SG1000 support?
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!The mGalaxy web page shows support for the console but I can't find the ability to add it in Runway.
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>