I can’t seem to pass the -cart parameter in retroarch without it thinking I’m specifying a config file. Windows 7 x64 system, current mame core (also failed with both mame2014 and ume2014). My command line is as follows:
retroarch -L cores\mame_libretro.dll odyssey2 -cart1 voice -cart2 "c:\games\roms\odyssey2\timelord.zip"
timelord.zip will load fine without “odyssey2 -cart1 voice -cart2”, but that argument is required in order to activate the voice synthesis - at least that’s the parameter used in the standalone mame executable that I’ve verified as working. I also noticed this at the start of the logfile:
RetroArch [INFO] :: Set config file to : art1 RetroArch [INFO] :: Set config file to : art2
As well, it doesn’t seem to match timelord.zip against the hashfiles once the above argument is used.
Any idea? I’m assuming it’s syntax related, but…