MAME 0.106 No Nag.No Warning Screens.Artwork.Samplesseeders: 1
leechers: 0
MAME 0.106 No Nag.No Warning Screens.Artwork.Samples (Size: 227.11 MB)
Description
Here it is! Something easy to use, which works straight out of the box! Almost unheard of in the 21st century! :D - MAME 0.106 Command line version, Windows 32-bit - No Nag Screens! (with options to enable/disable disclaimer/gameinfo/warnings screens). Also includes hiscore save, cheat files, artwork and samples! I tried compiling a 64-bt version, but it just errors out, sorry :( This version of Mame works much better on older, 2003-era machines (example, WinXP, 256mb ram, 1.6ghz processor) The reason for this torrent... Not that happy spending 3 hours dicking-around with compiling, when these options should never have been removed in the first place. All the forums rant-on about, how 'easy' it is, just compile your own! Jesus! Isn't it much easier to have it available?! Why does everyone have to learn how to milk a cow!! HUH!?! If you're after the roms, sorry. People kick-up enough stink over Mame being redistributed, let alone adding roms to the mix. I'll point you to a very good place to get 0.106 roms from though... http://www.pleasuredome.org.uk/torrents.php?search=106&category=0&active=1&sort=data&order=DESC (Search for 106 if that link is no longer working) I've also painstakingly tweaked the mame.ini to get the best speed and scanline 'look' without it all looking like blocky crap on an LCD. As for emulation speed. It all comes down to CPU mhz, the faster the better! If MAME is not working on your old computer, its most likely unable to support 'direct3D', turn it off and enable 'ddraw' instead (in the mame.ini file) ========================================================== Anyway, for those not wanting the easier road or are just curious, you can compile your own Mame 0.106. Here is the code I changed... 1. Downloaded 'mame0106s' 2. Locate 'config.c' under folder srcwindows and edit it. Locate /* misc */ 3. Under that, you will see... { "skip_gameinfo", NULL, rc_bool, &options.skip_gameinfo, "0", 0, 0, NULL, "skip displaying the " GAMENOUN " info screen" }, 4. Now replace that line with this code... { "skip_disclaimer", NULL, rc_bool, &options.skip_disclaimer, "0", 0, 0, NULL, "skip displaying the " GAMENOUN " disclaimer screen" }, { "skip_gameinfo", NULL, rc_bool, &options.skip_gameinfo, "0", 0, 0, NULL, "skip displaying the " GAMENOUN " info screen" }, { "skip_warnings", NULL, rc_bool, &options.skip_warnings, "0", 0, 0, NULL, "skip displaying the " GAMENOUN " known problems screen" }, 5. Save file and compile (have fun with that) :P I used "Mr Do's Aracde" excellent compile tutorial on his webiste... http://mrdo.mameworld.info/compile.php Once compiled and you create the 'mame.ini' config file. You will notice the reinstated 'skip_*' options. 0 = On (default), 1 = Off Hassle free! Enjoy! :D Sharing Widget |