Although I have not tried it, but the method described there seems to imply that you not only create a different cfg file per game, but also change the mame commandline - for each game you want to run - to use a specific cfg file directory.
So for example, if you would like to do this for 3 different games, you would end up with 3 different mame commandlines; one for each game you want to run :
Code: Select all
mame.exe nes -cfg_directory "D:\MAME\cfg\nes\game1" game1
mame.exe nes -cfg_directory "D:\MAME\cfg\nes\game2" game2
mame.exe nes -cfg_directory "D:\MAME\cfg\nes\game3" game3
So you not only create new cfg files - in a directory specifically created for each individual game - but also tell mame through specific commandline options to use that different cfg file directory for each individual game. You would end up with as much different commandlines and directory's as the amount of games you want to set game specific settings for.
I guess you could create .cmd files for each game you want to run this way, but if you ask me it quickly becomes a confusing mess if you do that for a lot of games. Perhaps there are front-ends out there that let you change the mame commandline per game, but I am unaware of any.