Page 1 of 1

Set NES to PAL/NTSC/Dendy via .mgl?

Posted: Sun Mar 12, 2023 11:37 am
by chimaera

I am using .mgl's as a shortcut to games.

Is it possible to set CPU/PPU to PAL or NTSC via an option in the .mgl so that I don't have to do it manually each time?


Re: Set NES to PAL/NTSC/Dendy via .mgl?

Posted: Sun Mar 12, 2023 1:12 pm
by 12characters

It is perhaps not exactly what you want, but you could use "setname" to give each region its own configuration files and game folder. For example:

Code: Select all

<mistergamedescription>
	<rbf>_Console/NES</rbf>
	<setname>NESPAL</setname>
	<file delay="1" type="f" index="0" path="Elite (Europe) (En,Fr,De).nes"/>
</mistergamedescription>

You would need to put your PAL games in a folder NESPAL and set the region in the core menu the first time you use it (and save settings).


Re: Set NES to PAL/NTSC/Dendy via .mgl?

Posted: Sun Mar 12, 2023 1:55 pm
by chimaera

As you say, it is not exactly what I would like.
I guess it is good enough though, thank you!