Code for the Three Acorn Systems
Posted: Sun Jul 10, 2022 4:38 pm
There are three Acorn Systems out there Atom, Electron, and Archimedes
Standard warning can not mention where to find the Roms, Bios, etc,etc
However a very simple Google Search will tell you
I have worked on the code to add to your emulator.xml file.
I will tell you Electron works with no tweaking.
There is a little work needed for Atom, and Archimedes but even those load the emulator, and rom. You just have to manually start the game
I am including the code. And the icon pictures
Have fun.... Hopefully this repays all the help you guys have given me !!
<Emulator name="Electrem" hidden="false">
<Systems>
<System name="Acorn Electron" option="" script="true" cmd="-IMAGE "%path\%file%ext" -RUN2 -FULL" extensions="uef"/>
</Systems>
<Requirement>
<b>To quit emulator using the ESC key</b>
This feature is not available in the emulator. mGalaxy will take care of it with a script.</Requirement>
>
<Emulator name="Electrem" hidden="false">
<Systems>
<System name="Acorn Electron" option="" script="true" cmd="-f -g "%path\%file%ext"" extensions="uef"/>
</Systems>
<Requirement>None</Requirement>
</Emulator>
<Emulator name="Arculator" hidden="false">
<Systems>
<System name="Acorn Archimedes" option="" script="true" cmd="-f -g "%path\%file%ext"" extensions="adf"/>
</Systems>
<Requirement>None</Requirement>
</Emulator>
</Emulator>
<Emulator name="Arcem" hidden="false">
<Systems>
<System name="Acorn Archimedes" option="" script="true" cmd="-f -g "%path\%file%ext"" extensions="adf"/>
</Systems>
<Requirement>None</Requirement>
</Emulator>
<Emulator name="Atomulator" hidden="false">
<Systems>
<System name="Acorn Atom" option="" script="true" cmd="-f -g "%path\%file%ext"" extensions="uef|csw"/>
</Systems>
<Requirement>None</Requirement>
</Emulator>
And this is your system.xml
<System name="Acorn Electron" type="Computer">
<DBID pc="Acorn Electron" ss="65" em="Acorn Electron" tgdb="Acorn Electron" gb="11|CPC"/>
</System>
<System name="Acorn Archimedes" type="Computer">
<DBID pc="Acorn Archimedes" ss="65" em="Acorn Archimedes" tgdb="Acorn Archimedes" gb="11|CPC"/>
</System>
<System name="Acorn Atom" type="Computer">
<DBID pc="Acorn Atom" ss="65" em="Atom" tgdb="Acorn Archimedes" gb="11|CPC"/>
</System>
</Systems>
Standard warning can not mention where to find the Roms, Bios, etc,etc
However a very simple Google Search will tell you
I have worked on the code to add to your emulator.xml file.
I will tell you Electron works with no tweaking.
There is a little work needed for Atom, and Archimedes but even those load the emulator, and rom. You just have to manually start the game
I am including the code. And the icon pictures
Have fun.... Hopefully this repays all the help you guys have given me !!
<Emulator name="Electrem" hidden="false">
<Systems>
<System name="Acorn Electron" option="" script="true" cmd="-IMAGE "%path\%file%ext" -RUN2 -FULL" extensions="uef"/>
</Systems>
<Requirement>
<b>To quit emulator using the ESC key</b>
This feature is not available in the emulator. mGalaxy will take care of it with a script.</Requirement>
>
<Emulator name="Electrem" hidden="false">
<Systems>
<System name="Acorn Electron" option="" script="true" cmd="-f -g "%path\%file%ext"" extensions="uef"/>
</Systems>
<Requirement>None</Requirement>
</Emulator>
<Emulator name="Arculator" hidden="false">
<Systems>
<System name="Acorn Archimedes" option="" script="true" cmd="-f -g "%path\%file%ext"" extensions="adf"/>
</Systems>
<Requirement>None</Requirement>
</Emulator>
</Emulator>
<Emulator name="Arcem" hidden="false">
<Systems>
<System name="Acorn Archimedes" option="" script="true" cmd="-f -g "%path\%file%ext"" extensions="adf"/>
</Systems>
<Requirement>None</Requirement>
</Emulator>
<Emulator name="Atomulator" hidden="false">
<Systems>
<System name="Acorn Atom" option="" script="true" cmd="-f -g "%path\%file%ext"" extensions="uef|csw"/>
</Systems>
<Requirement>None</Requirement>
</Emulator>
And this is your system.xml
<System name="Acorn Electron" type="Computer">
<DBID pc="Acorn Electron" ss="65" em="Acorn Electron" tgdb="Acorn Electron" gb="11|CPC"/>
</System>
<System name="Acorn Archimedes" type="Computer">
<DBID pc="Acorn Archimedes" ss="65" em="Acorn Archimedes" tgdb="Acorn Archimedes" gb="11|CPC"/>
</System>
<System name="Acorn Atom" type="Computer">
<DBID pc="Acorn Atom" ss="65" em="Atom" tgdb="Acorn Archimedes" gb="11|CPC"/>
</System>
</Systems>