A500 & CD32 Winuae

Get answers to questions about using mGalaxy.
Post Reply
Gilly
Newbie
Newbie
Posts: 2
Joined: Thu Jan 31, 2019 4:35 pm

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
Aeliss
Hero Member
Hero Member
Posts: 901
Joined: Thu Apr 04, 2013 5:55 pm

Hello you are sure you haven't made mistake with selecting the "application" ?
IDK your OS but on windows you can use the task manager to see the full path of applications running (and see if it's the good executable running)
jmd
Elite Member
Elite Member
Posts: 208
Joined: Mon Feb 05, 2007 2:33 pm

Actually, looking at Emulators.xml inside the 'Data/Definition' folder we can see this:

Code: Select all

<Emulator name="WinUAE" hidden="false">
	<Systems>
		<System name="Commodore Amiga" option="" script="false" cmd="-config=mGalaxy.uae -0 &quot;%path%slash%file%ext&quot;" 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=&quot;%path%slash%file%ext&quot;" extensions="cue|iso"/>
		<System name="Commodore Amiga CDTV" option="" script="false" cmd="-config=mGalaxy(CDTV).uae -cdimage=&quot;%path%slash%file%ext&quot;" extensions="cue|iso"/>
	</Systems>
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!
Post Reply