Difference between revisions of "MAME Variants"

From BYOAC New Wiki
Jump to navigation Jump to search
(MAME flavors)
(Compiling your own MAME)
 
(2 intermediate revisions by 2 users not shown)
Line 18: Line 18:
 
|-
 
|-
 
|MAMEUI  
 
|MAMEUI  
|Build in frontend.  
+
|Built in frontend.  
 
|[http://www.mameui.info/]
 
|[http://www.mameui.info/]
 +
|-
 +
|MAMEUIFX
 +
|Built in frontend.
 +
|[http://mame32fx.altervista.org/home.htm]
 
|-
 
|-
 
|MAME Hub  
 
|MAME Hub  
Line 26: Line 30:
 
|-
 
|-
 
|HB MAME  
 
|HB MAME  
|Dedeicated "homebrew" hacks
+
|Dedeicated "homebrew" hacks.
 
|[http://hbmame.the-chronicles.org/index.html]
 
|[http://hbmame.the-chronicles.org/index.html]
 
|-
 
|-
 
|Groovy MAME  
 
|Groovy MAME  
|...  
+
|Mainly aimed at CRT monitors and alleviating some annoyances associated with emulation on LCD displays.  
 
|[http://forum.arcadecontrols.com/index.php?board=52.0]
 
|[http://forum.arcadecontrols.com/index.php?board=52.0]
 
|}
 
|}
Line 36: Line 40:
  
 
=Compiling your own MAME=
 
=Compiling your own MAME=
An excellent guide can be found [http://mrdo.mameworld.info/compile.php here] (written by Mr.Do!) BYOAC forum user MKChamp has a guide and the files needed to create your own flavor of MAME without the so-called nag screen and support for highscores. The thread can be found [http://forum.arcadecontrols.com/index.php/topic,64298.0.html here].
+
An excellent guide can be found [http://mrdo.mameworld.info/compile.php here] (written by Mr.Do!).
 +
BYOAC forum user MKChamp has a guide and the files needed to create your own build of MAME without the so-called nag screen and support for highscores. The thread can be found [http://forum.arcadecontrols.com/index.php/topic,64298.0.html here].

Latest revision as of 08:11, 11 January 2014

The "official" MAME program can be found at mamedev.org. MAME is opensource, thus people can create their own builds of MAME- some with it's own added features. Often these custom builds are referred to as "a different flavor of MAME" or, with popular variants, by the chosen name such as "MAMEUI".

Versions

The loose term "variant" is chosen over "version". It is common to keep the version in sync to the MAME version it was derived from. This to avoid confusion as to what set of ROMs work with the modified MAME version. Note that software versioning might still be in place using build numbers.

MAME variants

A list of popular MAME variants:

MAME The "official" command line program that the other variants are based on. [1]
NoNag patched Suppresses error messages that are useful when troubleshooting. [2]
MAMEUI Built in frontend. [3]
MAMEUIFX Built in frontend. [4]
MAME Hub Added network play. [5]
HB MAME Dedeicated "homebrew" hacks. [6]
Groovy MAME Mainly aimed at CRT monitors and alleviating some annoyances associated with emulation on LCD displays. [7]

Compiling your own MAME

An excellent guide can be found here (written by Mr.Do!). BYOAC forum user MKChamp has a guide and the files needed to create your own build of MAME without the so-called nag screen and support for highscores. The thread can be found here.