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: "Using Command Line......."  (Read 3038 times)

0 Members and 1 Guest are viewing this topic.

Moorthy

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 7
  • Last login:Never
  • I want to Build My Own Arcade Controls!!
"Using Command Line......."
« on: April 29, 2002, 04:48:34 pm »
Is there any way of getting rid of the Mame loading messages that pop up when a game is launched?


Using Command Line c:\mame\dmame.exe asteroids -noscanlines.......    Rom 1A.2B.3C.... etc.

I'm using DOS Mame and the Arcade @ Home frontend
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Rocket2600

  • Guest
  • Trade Count: (0)
Re: "Using Command Line......."
« Reply #1 on: April 29, 2002, 07:45:22 pm »
You can't block out the "nag ok screens" with command lines. You either have to press left and right with a joystick, or compile Mame yourself and take out the screens. You can find info on compiling at www.mame.net
Good Luck and Game On!
~Rocket2600
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Moorthy

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 7
  • Last login:Never
  • I want to Build My Own Arcade Controls!!
Re: "Using Command Line......."
« Reply #2 on: April 29, 2002, 08:02:16 pm »
I have recompiled Mame to get rid of the usual nag screens.

What continues to bug me is the "Using command Line...." notification, as well as the "loading rom 1a, 2b, 3c, etc...."

Please help if you know how to get rid of this.....

I'd like to launch a game and have it come up without any extra information.


  :P


« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19400
  • Last login:April 21, 2024, 11:59:54 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: "Using Command Line......."
« Reply #3 on: April 29, 2002, 09:26:16 pm »
nope, unfortunately not possible that i know of.  
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

buzz datt

  • Guest
  • Trade Count: (0)
Re: "Using Command Line......."
« Reply #4 on: April 29, 2002, 11:16:56 pm »
Quote
I have recompiled Mame to get rid of the usual nag screens.

What continues to bug me is the "Using command Line...." notification, as well as the "loading rom 1a, 2b, 3c, etc...."

Please help if you know how to get rid of this.....

I'd like to launch a game and have it come up without any extra information.


« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Moorthy

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 7
  • Last login:Never
  • I want to Build My Own Arcade Controls!!
Re: "Using Command Line......."
« Reply #5 on: April 30, 2002, 07:13:41 am »
Fantastic. Which source file should I edit?

Thanks!




MAME Dos and the command-line version write this information to stdout; if you are using one of these versions, you can just redirect the output, ie

mame dkong > nul

I just tried this for dmame and mamepp, it worked as expected (no screen output).

enjoy
Buzz

« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

buzz datt

  • Guest
  • Trade Count: (0)
Re: "Using Command Line......."
« Reply #6 on: April 30, 2002, 10:36:58 am »
Quote
Fantastic. Which source file should I edit?

Thanks!



This is not a change to the source at all, but rather a change to how you call the executable itself.  So, instead of typing in "dmame dkong" to start donkey kong, you would type in "dmame dkong > nul" - this redirects the text that would normally go to the screen to a special file called nul (which sends it to oblivion).  If you are using a shortcut under windows to launch mame, you would make a similar change to the shortcut.

Make sense?

Buzz
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »