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: Disabling the MAME starting windows?  (Read 1460 times)

0 Members and 1 Guest are viewing this topic.

cowguy

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 164
  • Last login:August 08, 2011, 01:07:41 pm
  • an 80s child in spirit
Disabling the MAME starting windows?
« on: May 26, 2007, 05:42:05 pm »
How could I disable the starting screens in mame that say initializing decoding and the one that says about the game and it CPU.

Apollo

  • Yes You Can Have A Custom Title
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1877
  • Last login:May 27, 2021, 10:49:02 pm
    • Eight Bells
Re: Disabling the MAME starting windows?
« Reply #1 on: May 26, 2007, 06:08:54 pm »
you need to code a subroutine that sends an 'O' signal followed by a 'K' signal when mame starts a new game

or try putting these lines in your mame config file

skip_warnings 1
skip_disclaimer 1
skip_validitychecks 1
skip_gameinfo 1
skip_usingbyoacsearchfunctionbecauseitsjusttoohard 1



shorthair

  • Guest
  • Trade Count: (0)
Re: Disabling the MAME starting windows?
« Reply #2 on: May 26, 2007, 07:37:28 pm »
Ha, what a goofball. People don't necessarily know these things. I had to learn some of them from using Mame32 and looking in the ini's. None of the mame mother ---smurfs--- have written a tutorial on these sorts of things (though I make wiki entries and such with the little I know), so this is some of the spoils.

SGT

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1146
  • Last login:May 31, 2025, 10:10:32 pm
Re: Disabling the MAME starting windows?
« Reply #3 on: May 27, 2007, 09:02:13 am »
Code: [Select]
you need to code a subroutine that sends an 'O' signal followed by a 'K' signal
That does not get rid of the "decoding" message.

You can comment out a couple of lines in the Mame code and recompile.  There was a thread recently in the software forum on exactly how to do this.  It is not hard to recompile as other threads in the software forum explain how along with Mr. Do's site.
« Last Edit: May 27, 2007, 09:05:11 am by SGT »

cowguy

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 164
  • Last login:August 08, 2011, 01:07:41 pm
  • an 80s child in spirit
Re: Disabling the MAME starting windows?
« Reply #4 on: May 27, 2007, 10:28:22 am »
Alright thanks for the help, I'll look for that topic.