Page 1 of 1

Adding other systems

Posted: Wed Oct 19, 2016 8:07 pm
by McEmu
Hi

Can someone help me understand how to add an unlisted system please. In my case, I'd like to add Oric.

Google and setup tutorial don't appear to yield any info.

Thanks

Re: Adding other systems

Posted: Wed Oct 19, 2016 8:37 pm
by mgalaxy
Which emulator do you intend to use?

Re: Adding other systems

Posted: Wed Oct 19, 2016 8:40 pm
by McEmu
Oricutron
mgalaxy wrote: Which emulator do you intend to use?

Re: Adding other systems

Posted: Thu Oct 20, 2016 5:54 pm
by mgalaxy
Ok, here we go:

1. Create a folder named "Oric-1" inside "mGalaxy\Data\BaseSystems"
2. Copy the (joined) icon inside it
3. Open "mGalaxy\Data\BaseSystems\BaseSystems.xml" with a text editor
4. At the end of the document, just before the "</Emulators>" ending tag, paste this block of code, save then quit:

Code: Select all

<System type="Computer">
	<Name ss="131" em="143" tgdb="" gb="">Oric-1</Name>
	<Emu selected="0">
		<Cmd id="0" hidden="false" name="Oricutron [Script]" value=""%path\%file%ext" --fullscreen"/>
	</Emu>
	<Extensions>.dsk,.tap</Extensions>
</System>
5. Open "mGalaxy\Data\Scripts" folder
6. Copy the (joined) file inside it!

Voila! Just open mGalaxy_Runway now and you will see that new Oric-1 system available! :)