Difference between revisions of "MAME"

From Sega Retro

m
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
[[File:MAME.png|right|thumb|336px|MAME running ''[[Space Harrier]]''.]]
 
[[File:MAME.png|right|thumb|336px|MAME running ''[[Space Harrier]]''.]]
'''MAME''', or '''Multiple Arcade Machine Emulator''', is, as the name suggests, a program that is capable of emulating multiple types of arcade machine. Unlike home video game consoles or even computers, arcade machines often have hardware that is devoted to only running one specific game. The MAME project, which began its life in February 1997, attempts to emulate every arcade machine known to man.
+
'''MAME''', formerly an acronym for '''Multiple Arcade Machine Emulator''', was born, as the acronym suggests, as a program capable of emulating multiple types of arcade machine. Unlike home video game consoles or even computers, arcade machines often have hardware that is devoted to only running one specific game. The MAME project, which began its life in February 1997, attempts to emulate every arcade machine known to man.
  
 
The MAME development team opts for emulation accuracy rather than optimisation, meaning computer specifications need to be high in order to run most recent games at full speed. Though MAME is often pixel perfect as a result of this philosophy, it is a controversial emulator, often forcing users to re-download ROM sets and requiring abnormally high specs to play some of the most simplest of games, such as ''Donkey Kong'' or ''Pac-Man'' at full speed. To make matters worse, some earlier versions of the emulator run games faster, as large samples of code are often re-written in an attempt to be more accurate, often breaking support in the short-term.
 
The MAME development team opts for emulation accuracy rather than optimisation, meaning computer specifications need to be high in order to run most recent games at full speed. Though MAME is often pixel perfect as a result of this philosophy, it is a controversial emulator, often forcing users to re-download ROM sets and requiring abnormally high specs to play some of the most simplest of games, such as ''Donkey Kong'' or ''Pac-Man'' at full speed. To make matters worse, some earlier versions of the emulator run games faster, as large samples of code are often re-written in an attempt to be more accurate, often breaking support in the short-term.
  
MAME and its sister project [[MESS]] are separate applications, but are now developed and released from a single source repository. Anyone who downloads the complete source code from the project website can compile the parent project 'MAME ''(make)'', MESS ''(make TARGET=mess)'' or, of course, UME ''(make TARGET=ume)''. Furthermore, the MAME team has integrated both MAME and MESS into a single, unified project, with plans on relicensing it under a more permissive free and open-source license.
+
MAME had a sister project named [[MESS]] which was a separate application, but both were developed and released from a single source repository. Anyone who downloaded the complete source code from the project website was able to compile the parent project MAME, MESS and also a third option, UME. Furthermore, the MAME team has integrated both MAME and MESS into a single, unified project (dropping the acronym, making "MAME" the actual name of the application), with plans on relicensing it under a more permissive free and open-source license.
  
It does not emulate arcade games based on [[:Category:Discrete logic arcade games‏‎|discrete logic circuits]], but does have varying degrees of support for almost all [[Sega]] arcade systems after this period.
+
It does not emulate arcade games based on [[:Category:Discrete logic arcade games‏‎|discrete logic circuits]], but does have varying degrees of support for almost all [[Sega]] arcade systems after this period, as well as all Sega consoles (except for the [[Advanced Pico Beena]]) since the integration of MESS.
  
 
MAME is often considered the best arcade emulator around because of its wide range of support. There are currently some exceptions, however. For example, support for [[Sega Model 2]] hardware is limited in MAME, and so users are better off with the [[Model 2 Emulator]].
 
MAME is often considered the best arcade emulator around because of its wide range of support. There are currently some exceptions, however. For example, support for [[Sega Model 2]] hardware is limited in MAME, and so users are better off with the [[Model 2 Emulator]].
 +
 +
==Magazine articles==
 +
{{mainArticle|{{PAGENAME}}/Magazine articles}}
  
 
==External Link==
 
==External Link==
 
*[http://mamedev.org/ Official website]
 
*[http://mamedev.org/ Official website]
 +
*[https://github.com/mamedev/mame Official source repository]
  
 
[[Category:Emulation]]
 
[[Category:Emulation]]

Revision as of 08:02, 14 June 2019

MAME running Space Harrier.

MAME, formerly an acronym for Multiple Arcade Machine Emulator, was born, as the acronym suggests, as a program capable of emulating multiple types of arcade machine. Unlike home video game consoles or even computers, arcade machines often have hardware that is devoted to only running one specific game. The MAME project, which began its life in February 1997, attempts to emulate every arcade machine known to man.

The MAME development team opts for emulation accuracy rather than optimisation, meaning computer specifications need to be high in order to run most recent games at full speed. Though MAME is often pixel perfect as a result of this philosophy, it is a controversial emulator, often forcing users to re-download ROM sets and requiring abnormally high specs to play some of the most simplest of games, such as Donkey Kong or Pac-Man at full speed. To make matters worse, some earlier versions of the emulator run games faster, as large samples of code are often re-written in an attempt to be more accurate, often breaking support in the short-term.

MAME had a sister project named MESS which was a separate application, but both were developed and released from a single source repository. Anyone who downloaded the complete source code from the project website was able to compile the parent project MAME, MESS and also a third option, UME. Furthermore, the MAME team has integrated both MAME and MESS into a single, unified project (dropping the acronym, making "MAME" the actual name of the application), with plans on relicensing it under a more permissive free and open-source license.

It does not emulate arcade games based on discrete logic circuits, but does have varying degrees of support for almost all Sega arcade systems after this period, as well as all Sega consoles (except for the Advanced Pico Beena) since the integration of MESS.

MAME is often considered the best arcade emulator around because of its wide range of support. There are currently some exceptions, however. For example, support for Sega Model 2 hardware is limited in MAME, and so users are better off with the Model 2 Emulator.

Magazine articles

Main article: MAME/Magazine articles.

External Link