Build Your Own Arcade Controls Forum
Front End Support => MaLa Frontend => Topic started by: VespaGuy on June 15, 2008, 07:10:13 pm
-
I am currently using MALA as a front end for a cocktail table. All of the games run fine except for one which, for some reason, is rotated in the wrong direction in cocktail mode. Is there any way to have MALA send specific parameters for this one game to have it rotate 180 degrees?
Thanks in advance.
Vespaguy
-
Not sure regarding the question as asked, but you can use mameui to set game options on a per game (or default) basis. Those options will be used when you launch mame from mala. That's what I do on the rare occasion that I want something other than the default settings for a particular game.
-
In that particular game, hit the tab button, go to video options, and then select "rotate view" until the display is correct. These settings should get written to the game's .ini file, and next time you launch it, it should come up oriented properly. This is a MAME thing, not a mala issue.
I'm surprised you've only got 1 that comes up wrong! I just re-configured my cocktail machine, and I've got 325 roms on it, and I swear I had to rotate 320 of them!
edit: I should point out that this is using a newer version of the command line MAME. Not sure when they added the video options, but it's at least from 0.111 onward.
-jeff!
-
I have a cocktail and had a similar problem for some games like Elevator Action and Jungle king. I was using an older version of command line mame .89 I think
Anyway my solution was
I made a seperate .ini file just for these two games.
They contained the lines:
flipx 1
flipy 1
-
I have a cocktail and had a similar problem for some games like Elevator Action and Jungle king. I was using an older version of command line mame .89 I think
Anyway my solution was
I made a seperate .ini file just for these two games.
They contained the lines:
flipx 1
flipy 1
Ok. I'm using mame v1.03, I believe. Initially, I only had the mame.ini file and no game.ini files. So I created a new one for the game I'm having trouble with (hstennis) and switch the flipx and flipy settings. But I'm still getting nothing. (the screen hasn't flipped)
So I went to the command line and typed:
mame hstennis -verbose
assuming I'd see:
parsing mame.ini
parsing hstennis.ini
[...snip...]
But instead it says:
parsing mame.INI
parsing mame.INI
[...snip...]
it doesn't appear to even be looking for the hstennis.ini. What am I doing wrong?
Any suggestions?
ETA: Please ignore the above. I'm an idiot, and I figured out what the problem was... the .INI file saved as a .TXT (damn you notepad!!). But I figured I'd leave my full post just in case someone makes the same bonehead mistake.
-
Thanks for your honesty :applaud: