A500 & CD32 Winuae

Get answers to questions about using mGalaxy.
Post Reply
Gilly
Newbie
Newbie
Posts: 3
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: 902
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: 209
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!
Gilly
Newbie
Newbie
Posts: 3
Joined: Thu Jan 31, 2019 4:35 pm

Hello again...

thank you both for your reply's
i was selecting the correct path in runway to the exe's.. BUT my idea of separating the A500 and CD32 into their own emulator folders seems to be the problem...
the amiga500 exe path kept getting replaced with the details for the CD32 system....

i'm now using the same exe file for both A500 and CD32 from the same folder.. that's fixed that..

Thanks JMD for the info about needing a second mGalaxy(CD32).uae ... works great !!!

how did you know about needing the second (CD32) and third (CDTV) file? it's not mentioned in the emulator section of runway... ? is it in a helpfile I've not read ?

thanks again Aeliss & JMD.. happy new year to everybody...

:O)

Gilly.
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

I'm going to adapt the help file accordingly
jmd
Elite Member
Elite Member
Posts: 209
Joined: Mon Feb 05, 2007 2:33 pm

Gilly wrote: Sat Jan 04, 2025 5:05 pm how did you know about needing the second (CD32) and third (CDTV) file? it's not mentioned in the emulator section of runway... ? is it in a helpfile I've not read ?
To help you, I first wanted to check if I could get everything to work with a .bat file using the command line...and when I went to the mGalaxy definition file to see what the command line was, I saw that there were differences depending on the system emulated ;)
Post Reply