Almost there with the Acorn Atom

Get answers to questions about using mGalaxy.
Post Reply
Disney Rob
Full Member
Full Member
Posts: 177
Joined: Fri Jan 25, 2019 4:35 pm

Okay, I got two out of the three Acorn systems working on mGalaxy.
The only one left is Atomulator for the Acorn atom.

Here is the code I added to emulators.xml
</Emulator>
    <Emulator name="Atomulator" hidden="false">
<Systems>
<System name="Acorn Atom" option="" script="true" cmd="-f -g "%path\%file%ext"" extensions="uef|cfw"/>
</Systems>
<Requirement>None</Requirement>
    <Emulator>
Now it registers in roadway. I can add it to my group of systems.  I can link to the emulator And I am able to see it  in mGalaxy, game slisting and all
But when I run the game  the emulator starts up, and I assume it is reading the rom , but that is as far as it goes.
What do I need to add to make Atomulator start to run the rom ?
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

Code: Select all

cmd="-f -g "%path\%file%ext""

Are you sure for the command line ?
Try with the shell to be sure, I have found this link https://github.com/hoglet67/Atomulator/issues/4 with some parameter, but idk if you use disk or tape ?
Disney Rob
Full Member
Full Member
Posts: 177
Joined: Fri Jan 25, 2019 4:35 pm

Thank you Aeliss
I am using the tape option.
I take it you have already got this system to work.
I was going to submit my code  for all three acorn systems.
But if it is out there already, I don't want to muck it up for others.
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

I don't find it on my side, you can submit i ^^
To make a cleaner post there is a "code tag" the htag.

Code: Select all

To have the code displayed like that
But I think mgalaxy will use it direclty.
Post Reply