Build Your Own Arcade Controls Forum

Software Support => GroovyMAME => Topic started by: alex2005 on March 22, 2017, 02:35:08 pm

Title: GroovyMame nonag?
Post by: alex2005 on March 22, 2017, 02:35:08 pm
I have been looking around without any success so far - is there anywhere to download GroovyMame with nonag and hiscore patches applied regularly?

Thanks!
Title: Re: GroovyMame nonag?
Post by: krick on March 24, 2017, 06:25:12 pm
The only "nag screen" that happens every time is the warning screen when there's known problems with the emulation.  This is to help prevent spurious bug reports.
The MAME team doesn't want builds distributed with warning screens disabled but you're free to compile your own as long as you don't distribute it.

You can always add this in the mame.ini in normal builds to skip the game info screen though...

Code: [Select]
skip_gameinfo             1
Title: Re: GroovyMame nonag?
Post by: alex2005 on March 24, 2017, 07:25:46 pm
thanks for the reply!
indeed I just learnt how to compile an own mame build using Mame Compiler 64, just added the necessary warning removal patches plus groovymame diffs and now working like a charm.

I used the below lines in addition to the one mentioned:

disable_hiscore_patch     0
disable_nagscreen_patch   0
disable_loading_patch     0

this works just perfectly fine!
Title: Re: GroovyMame nonag?
Post by: fsmith2003 on April 05, 2023, 04:57:46 pm
thanks for the reply!
indeed I just learnt how to compile an own mame build using Mame Compiler 64, just added the necessary warning removal patches plus groovymame diffs and now working like a charm.

I used the below lines in addition to the one mentioned:

disable_hiscore_patch     0
disable_nagscreen_patch   0
disable_loading_patch     0

[/quote

Any chance you could share how to compile a NoNag version of GroovyMame for Linux.  Hoping to replace my GroovyArcade mame with a no nag version.
this works just perfectly fine!]