Author Topic: Adding other systems  (Read 5682 times)

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1165
    • Email
Re: Adding other systems
« Reply #4 on: October 20, 2016, 12:54:18 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: (xml) [Select]
<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="&quot;%path\%file%ext&quot; --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 Edit: October 20, 2016, 12:56:27 PM by mgalaxy »

McEmu

  • Newbie
  • *
  • Posts: 2
Re: Adding other systems
« Reply #3 on: October 19, 2016, 03:40:39 PM »
Oricutron

Which emulator do you intend to use?

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1165
    • Email
Re: Adding other systems
« Reply #2 on: October 19, 2016, 03:37:33 PM »
Which emulator do you intend to use?

McEmu

  • Newbie
  • *
  • Posts: 2
Adding other systems
« Reply #1 on: October 19, 2016, 03:07:15 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