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.098b command line. (how do i get all games vertical)  (Read 1408 times)

0 Members and 1 Guest are viewing this topic.

BUCKETHEAD

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 937
  • Last login:April 04, 2024, 07:31:52 pm
  • Don't hate the player .... Hate the Game
MAME.098b command line. (how do i get all games vertical)
« on: March 24, 2008, 10:07:01 pm »
I know this may be an easy question?

I have never fooled around with the command line version of mame.

How do i get my games vertical?

I know in mame32, You can just choose clockwise in default game options.

How do you do this in command line version?

Thanks so much!

Ummon

  • Trade Count: (+13)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5244
  • Last login:June 09, 2010, 06:37:18 pm
Re: MAME.098b command line. (how do i get all games vertical)
« Reply #1 on: March 25, 2008, 04:57:40 pm »
Set is so in MameUI. Throw the vanilla mame files in the same folder. Run vanilla mame. Exit game. Go into your ini folder and copy the MameUI ini to the main folder and rename to 'mame'. Run vanilla mame.
Yo. Chocolate.


"Theoretical physics has been the most successful and cost-effective in all of science."

Stephen Hawking


People often confuse expressed observations with complaint, ridicule, or - even worse - self-pity.

shock_

  • Wiki Contributor
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 354
  • Last login:January 30, 2020, 06:23:29 pm
  • In Brisbane, it's GMT+10 all the time.
Re: MAME.098b command line. (how do i get all games vertical)
« Reply #2 on: March 26, 2008, 08:48:35 am »
You want two particular settings in your .ini file(s) to be set correctly.

One is "norotate" - in mame 098 this defaults to off, meaning that "vertical" games will be rotated to suit the orientation of your monitor so you can play them on a normal PC.  Turn that on, or add a "1" or something.

The second is "autoror" or "autorol".  Some vertical games were originally counter-clockwise-rotated from the "top" of the 4:3 tube, and others clockwise-rotated.  Each game might be different.  If you've got a monitor mounted vertically, you will want "autoror" or "autorol" to force it to display the right way up for your monitor.

You can put these settings in your mame.ini file, or perhaps quicker you can test them out on the command line like this:

mame.exe galaga -norotate -autoror

This is almost from memory, so you may need to experiment a little but this works very well when you get the right settings sorted out.

Check the documentation (mame/docs folder) and look for these options:
-[no]norotate
-[no]ror
-[no]rol
-[no]autoror
-[no]autorol
-[no]flipx
-[no]flipy

BUCKETHEAD

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 937
  • Last login:April 04, 2024, 07:31:52 pm
  • Don't hate the player .... Hate the Game
Re: MAME.098b command line. (how do i get all games vertical)
« Reply #3 on: March 26, 2008, 08:28:03 pm »
Thanks guys!

All this is much appreciated!   :)