Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: Ceifeirot on May 03, 2004, 08:47:35 pm
-
I'm trying to get RAINE to work with MAMEWAH and am either missing something completely or discovering (for myself) a glaring problem with the frontend - RAINE requires -g or -game to be placed BEFORE the game name, and MAMEWAH seems to only append switches to the end. How can I get the -g put in there before the game name? I tried making a batch file but then getting the list of games from RAINE doesn't work right.
How do you people do this?
I want RAINE since MAME is way too slow with some games like bust-a-move and metal slug. Are there any other good neogeo emulators available? NeoRAGEX seems old and unused now.
Thanks
Alex
-
To place the switch before the romname you would have to use a batch file. Something like:
raine.exe -g %1
exit