Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: mragonias on June 18, 2004, 02:20:22 pm
-
How can i do to skip the game info and disclaimer in mamewah?? in mame32 is possible in options(interface options, but is possible in mamewin??
-
Use mame.ini to set any options you would do in MAME32's menu's...
If you don't know what mame.ini is look here: www.mameworld.net/easyemu ;)
-
My question is about mame for win , no mame32.
I create a mame.ini with this two lines:
show_disclaimer 0
show_game_info 0
(like mame32)
and i put this file in root of mame, but when i execute a rom, it shows:
error: unknown option show-disclaimer....ignorin line
-
My question is about mame for win , no mame32.
I create a mame.ini with this two lines:
show_disclaimer 0
show_game_info 0
(like mame32)
and i put this file in root of mame, but when i execute a rom, it shows:
error: unknown option show-disclaimer....ignorin line
I'm talking about WinMAME, not MAME32 too...
If you had read EasyEmu, you would know how to generate a mame.ini file (not just make one up yourself). That way you would have seen that the correct lines you wanted to set were 'skip_disclaimer' and 'skip_gameinfo'. And you need to set both of those to 1, not 0.
-
Thaks a lot!!! the tutorial only talk about config controllers, but i put this two lines
skip_disclaimer 1
skip_gameinfo
and works perfect!! Thank you!!!!