Adding other systems

Feel free to talk about anything and everything in this board.
Post Reply
McEmu
Newbie
Newbie
Posts: 2
Joined: Tue Oct 18, 2016 9:36 pm

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
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

Which emulator do you intend to use?
McEmu
Newbie
Newbie
Posts: 2
Joined: Tue Oct 18, 2016 9:36 pm

Oricutron

[quote="mgalaxy"]
Which emulator do you intend to use?
[/quote]
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

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! :)
Last edited by mgalaxy on Thu Oct 20, 2016 5:56 pm, edited 1 time in total.
Post Reply