Re: Need Help: How to stop "OK" screen by editing MAME source code


[ Follow Ups ] [ Post Followup ] [ Build Your Own Arcade Controls message board ] [ FAQ ]

Posted by x-wing on January 08, 2002 at 18:20:04:

In Reply to: Need Help: How to stop "OK" screen by editing MAME source code posted by Dan on January 08, 2002 at 17:46:37:


In mame.c change:

if(settingsloaded==0) to if(0)
and
if(showgamewarnings(real_scrbitmap)==0) to if(1)

Remember... you may not distribute a MAME binary with these modifications. :)

-x-wing



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link address (start with http://):
Link Title:
Optional Image address (start with http://):


[ Follow Ups ] [ Post Followup ] [ Build Your Own Arcade Controls message board ] [ FAQ ]