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: MAME Command Line Tags Help  (Read 2219 times)

0 Members and 1 Guest are viewing this topic.

Pakled

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 18
  • Last login:May 09, 2015, 02:58:35 pm
  • I want to build my own arcade controls!
MAME Command Line Tags Help
« on: January 22, 2013, 07:41:36 pm »
Does anyone no which command line tags get rid of the virtual bezels in MAME and bring the game to full screen? I'm running in 640x480 mode on a Billabs 25 inch CRT at a 4:3 ratio with the Maximus Arcade frontend.

Any help will be appreciated,
Pakled

mgb

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3500
  • Last login:August 03, 2025, 07:25:14 pm
  • North East, US
MAME Command Line Tags Help
« Reply #1 on: January 22, 2013, 08:30:46 pm »
If you haven't already, from the command prompt, type mame -createconfig.

This will create the mame.ini file in your mame folder.
Click on that to open in word. Look for where it says bezels, it will have a 1. Just change that to a 0 and save and close

Pakled

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 18
  • Last login:May 09, 2015, 02:58:35 pm
  • I want to build my own arcade controls!
Re: MAME Command Line Tags Help
« Reply #2 on: January 23, 2013, 11:01:19 am »
Once I do that how do I get Maximus Arcade to load the .ini file?

BadMouth

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9273
  • Last login:August 19, 2025, 03:10:32 pm
  • ...
Re: MAME Command Line Tags Help
« Reply #3 on: January 23, 2013, 11:46:21 am »
Once I do that how do I get Maximus Arcade to load the .ini file?

You don't.  The .ini file controls what MAME displays and how it is displayed.
If you aren't getting the desired results, either you haven't changed the correct option in the mame.ini file or
there is a .ini file for that particular game in the ini folder (in your MAME folder) that is over-riding mame.ini

Maximus Arcade is irrelevant. 
MAME is launched by Maximus Arcade the same way it's always been.

Pakled

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 18
  • Last login:May 09, 2015, 02:58:35 pm
  • I want to build my own arcade controls!
Re: MAME Command Line Tags Help
« Reply #4 on: January 23, 2013, 04:16:40 pm »
I've changed the bezel line to 0 in the ini file. Ive also checked the folder and found no other ini files yet all my games, even ones I haven't tried before, still spear small on my monitor and in a virtual bezel. Any other ideas?
 Thanks,
Pakled

mgb

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3500
  • Last login:August 03, 2025, 07:25:14 pm
  • North East, US
MAME Command Line Tags Help
« Reply #5 on: January 24, 2013, 01:15:52 pm »
Just to make sure, are the options for artwork and backdrops also set to 0 in the mame ini. And are you sure you don't have any separate game INIs in the ini folder?

I'm not familiar with the front end, is there possibly a setting in there that puts artwork on?

brad808

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 818
  • Last login:May 22, 2023, 08:18:15 pm
Re: MAME Command Line Tags Help
« Reply #6 on: January 24, 2013, 02:13:45 pm »
Did you make sure to save the ini file once you edited it?

Sent from my Galaxy Nexus


welash

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 54
  • Last login:February 01, 2020, 04:52:44 pm
  • I'm a llama!
Re: MAME Command Line Tags Help
« Reply #7 on: January 24, 2013, 03:00:41 pm »
Running mame under linux, you can also turn off bezels by passing the option -nouse_bezels.  You might also want to disable backdrops and overlays with -nouse_backdrops and -nouse_overlays.

The method of setting the ini file should work too, but my guess is that the front end is running mame from some other directory than where you created the .ini file, and it isn't finding the ini file that you created.