Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: jasonbar on May 16, 2007, 04:13:41 pm
-
Howdy-
After learning that ROMs & executables should be on the same rev, I've got the 2 following questions/requests:
1 - I've found & downloaded MAME .112. I'd like to remove the 10th anniversary screen that pops up every time you run it. Can somebody point me to such a compiled version (I'm sure it's been done many times already) or to a guide on compiling MAME for dummies (and how to edit this feature out).
2 - I can't find back versions of MAME32. I'm using MAME32 to help me sort clones & test, whilst I set up my MALA & mame.exe command line version for my cabinet. Is there an archive, or does somebody have a MAME32 .112 version they can send my way?
Thanks!
-Jason
-
1 - I've found & downloaded MAME .112. I'd like to remove the 10th anniversary screen that pops up every time you run it. Can somebody point me to such a compiled version (I'm sure it's been done many times already) or to a guide on compiling MAME for dummies (and how to edit this feature out).
Looks like you can just use notepad to comment out the following lines of text in the file c:\mamesrc\src\ui.c:
sprintf(messagebox_text,
"Happy 10th Anniversary! It has been 10 years since the "
"original release of MAME 0.1.\n\nAfter 10 years, hundreds "
"of developers, thousands of games, and tens of thousands "
"(if not more) of hours of hard work, MAME development is "
"still going strong.\n\nThanks to everyone who has supported "
"this project over the years!");
ui_set_handler(handler_messagebox_anykey, 0);
Here is a link to Mr. DO's Compiling Mame for Dummies:
http://www.mameworld.net/mrdo/compile.html
You don't need to worry about applying updates or the patching instructions. Its real simple once you do it one time. Just download the source file mame0112s.zip and comment out the above code, then compile. You will see inside the ui.c file how comments are text inside the /* and */ characters.
-
Thanks again, SGT. I'll look into that soon. I can probably pull this off. Heck, I programmed in C back in...back in...1992...*sigh*... :'(
-Jason