[Mame] Sega 32x - Script modification to play european games

shinobi68

New member
Supporter
RL Member
Hi,

I use european games for sega 32x in my hyperspin setup. Can you please update the mame.ahk? I changed it on my rocketlauncher and it work fine. So please just add the following line in the official mame.ahk line 830:

}Else If (mameID = "32x") ; Sega 32x
{ If (StringUtils.InStr(romName, "(Europe") || StringUtils.InStr(romName, "(PAL")) ; if rom is from Europe, tell MAME to boot a 32xe instead
mameID := "32xe"

Without that, I got an error (my game is made to be played by a french or european console).

Thanks again for all your hard work ;)
 
Top