Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: MALA - Set parameters for specific MAME games  (Read 7301 times)

0 Members and 1 Guest are viewing this topic.

VespaGuy

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 67
  • Last login:July 06, 2022, 09:47:28 pm
MALA - Set parameters for specific MAME games
« 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

TheShanMan

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1912
  • Last login:October 22, 2024, 11:51:12 am
    • My Arcade (updated 1/30/13)
Re: MALA - Set parameters for specific MAME games
« Reply #1 on: June 15, 2008, 07:20:51 pm »
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.
My Collection: Mame cab, 38 dedicated vids, pin, skeeball, coin op air hockey table, Ice Cold Beer, Megatouch, 2 token machines, and payphone (VAPS, pics at Arcade Crusade)

Add Ambience to your mame cab setup

NOP

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 916
  • Last login:September 19, 2017, 08:22:27 pm
  • I stole my avatar.
    • winterMAME
Re: MALA - Set parameters for specific MAME games
« Reply #2 on: June 16, 2008, 09:40:20 am »
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!



« Last Edit: June 16, 2008, 09:42:07 am by NOP »

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: MALA - Set parameters for specific MAME games
« Reply #3 on: June 16, 2008, 07:46:11 pm »
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
 

VespaGuy

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 67
  • Last login:July 06, 2022, 09:47:28 pm
Re: MALA - Set parameters for specific MAME games
« Reply #4 on: June 18, 2008, 11:33:15 pm »
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.
« Last Edit: June 18, 2008, 11:56:22 pm by VespaGuy »

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: MALA - Set parameters for specific MAME games
« Reply #5 on: June 19, 2008, 02:43:10 am »
Thanks for your honesty  :applaud: