Page 1 of 1

Almost there with the Acorn Atom

Posted: Fri Jul 08, 2022 8:11 pm
by Disney Rob
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 ?

Re: Almost there with the Acorn Atom

Posted: Sat Jul 09, 2022 9:01 am
by Aeliss

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 ?

Re: Almost there with the Acorn Atom

Posted: Sat Jul 09, 2022 3:19 pm
by Disney Rob
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.

Re: Almost there with the Acorn Atom

Posted: Mon Jul 11, 2022 4:41 pm
by Aeliss
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.