Hi everybody, if somebody assist me please,,
I'm trying to setup both an Amiga 500 and CD32 systems..
I've setup 2 separate folders with Winuae inside each folder... one has been setup using mGalaxy.uae to be an Amiga 500
the other folder has an identical copy of winaue and uses Mgalaxy.uae in this folder to be a CD32
both work outside of mGalaxy, so i know the emulators both work..
when in Runway, i point each system to the winaue folders with the exe file....
the problem is....i'm picking up the mgalaxy.uae config for the wrong amiga system..
the A500 seems to pickup the CD32 config..
any help, much appreciated
:O)
Gilly
A500 & CD32 Winuae
Actually, looking at Emulators.xml inside the 'Data/Definition' folder we can see this:
Depending of the system emulated, the configuration file name is not the same.
For the Amiga, the file shouid be named 'mGalaxy.uae'
For the Amiga CD32, the file name should be 'mGalaxy(CD32).uae'
For the Amiga CDTV, the file name should be 'mGalaxy(CDTV).uae'
So, I would advice you to create the configuration file for each system using the name that mGalaxy is waiting for!
Code: Select all
<Emulator name="WinUAE" hidden="false">
<Systems>
<System name="Commodore Amiga" option="" script="false" cmd="-config=mGalaxy.uae -0 "%path%slash%file%ext"" extensions="adf|adz|dms|fdi|gz|hdf|hdz|ipf|rdf|rdz|vhd|zip"/>
<System name="Commodore Amiga CD32" option="" script="false" cmd="-config=mGalaxy(CD32).uae -cdimage="%path%slash%file%ext"" extensions="cue|iso"/>
<System name="Commodore Amiga CDTV" option="" script="false" cmd="-config=mGalaxy(CDTV).uae -cdimage="%path%slash%file%ext"" extensions="cue|iso"/>
</Systems>
For the Amiga, the file shouid be named 'mGalaxy.uae'
For the Amiga CD32, the file name should be 'mGalaxy(CD32).uae'
For the Amiga CDTV, the file name should be 'mGalaxy(CDTV).uae'
So, I would advice you to create the configuration file for each system using the name that mGalaxy is waiting for!