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: Disable game warnings in .92????  (Read 2630 times)

0 Members and 1 Guest are viewing this topic.

dabone

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 898
  • Last login:July 05, 2025, 04:59:50 pm
  • Time to work...
Disable game warnings in .92????
« on: February 13, 2005, 12:42:41 pm »
I found the old thread for disabling the game warnings, but it doesn't work with the newer source.

Anyone know of where I can find the source that changes this?

(Probally no more than 3 or 4 lines of code, I just don't know where to start :) )


Skip_warnings exists in both mame.h and mame.c in the straight source code,
but the option doesn't work from mame.ini or the command line.



Later,
dabone

« Last Edit: February 13, 2005, 12:53:10 pm by dabone »

Buddabing

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1845
  • Last login:February 12, 2015, 02:51:45 pm
  • I'm a llama!
Re: Disable game warnings in .92????
« Reply #1 on: February 13, 2005, 01:00:18 pm »
I found the old thread for disabling the game warnings, but it doesn't work with the newer source.

Anyone know of where I can find the source that changes this?

(Probally no more than 3 or 4 lines of code, I just don't know where to start :) )


Skip_warnings exists in both mame.h and mame.c in the straight source code,
but the option doesn't work from mame.ini or the command line.



Later,
dabone



Actually only one line will do it. :)

You need to enable the skip_warnings option. To do this, add the following line to your src\windows\config.c file:

        { "skip_warnings", NULL, rc_bool, &options.skip_warnings, "0", 0, 0, NULL, "skip warnings" },

Add it where the other command line options are set up.

Or you can use my BuddaMAME binary which has this option compiled in. Version 0.92 will be out soon.

I have changed my nickname to "Cakemeister". Please do not PM the Buddabing account because I do not check it anymore.

Please read the wiki!

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Yesterday at 12:48:28 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: Disable game warnings in .92????
« Reply #2 on: February 13, 2005, 01:15:16 pm »
I find it annoying that the mame devs have finally put the code in but fail to do the final step and add it to the command line parsing function. 

dabone

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 898
  • Last login:July 05, 2025, 04:59:50 pm
  • Time to work...
Re: Disable game warnings in .92????
« Reply #3 on: February 13, 2005, 02:04:02 pm »
Thanks,

worked like a charm.


Later,
dabone

wpcmame

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 278
  • Last login:February 18, 2024, 01:27:00 pm
Re: Disable game warnings in .92????
« Reply #4 on: February 14, 2005, 03:14:19 am »
I find it annoying that the mame devs have finally put the code in but fail to do the final step and add it to the command line parsing function.