The NEW Build Your Own Arcade Controls

Software Support => GroovyMAME => Topic started by: deweyhewson on November 16, 2012, 11:40:11 pm

Title: Remove the "Initializing" text and white border on launch?
Post by: deweyhewson on November 16, 2012, 11:40:11 pm
I was going about updating my cab now that it's been a couple years, and GroovyMAME has been terrific for solving all those tearing and sound issues on it. Only one issue remains: the white loading box and "Initializing" text upon loading a game.

I know it only shows up for a second, but it really takes away from the immersion and recreation aspects. Would it be possible to remove this, either myself with a code patch, or from new builds? It's been a while since I last was compiling my own MAME builds, so I'm a bit rusty in that department.

Thanks for all you do. :)
Title: Re: Remove the "Initializing" text and white border on launch?
Post by: dgame on November 17, 2012, 12:53:54 pm
edit mame.ini

disable_nagscreen_patch   0
disable_loading_patch   0
 
Title: Re: Remove the "Initializing" text and white border on launch?
Post by: deweyhewson on November 17, 2012, 03:27:48 pm
That did the trick, thanks. :) I had it backwards (thinking "1" instead of "0" would enable that).