Difference between revisions of "Emulator:MAME"

From Wah!ki
Jump to navigation Jump to search
m (Sairuk moved page MAME to Emulator:MAME: namespaces changes)
 
(3 intermediate revisions by the same user not shown)
Line 29: Line 29:
 
| [name]
 
| [name]
 
|}
 
|}
 +
 +
== Compiling ==
  
 
== External Links ==
 
== External Links ==
 
* [http://sdlmame.wallyweek.org/ sdlmame4ubuntu] - SDLMAME for Ubuntu homepage.
 
* [http://sdlmame.wallyweek.org/ sdlmame4ubuntu] - SDLMAME for Ubuntu homepage.
 +
* [https://github.com/mamedev/mame MAME GitHub repo]
  
  
Line 63: Line 66:
  
  
[[Category:Emulator]]
+
[[Category:Emulator|MAME]]

Latest revision as of 21:07, 4 February 2020

MAME / SDLMAME

About

MAME stands for "Multiple Arcade Machine Emulator". It provides a virtual environment where you can run software written for other platforms, namely old arcades.

SDLMAME has once been a port of the popular MAME™ emulator to the SDL library. It ran on many different platforms, including both 32- and 64-bit Linux. Since MAME 0.137 the SDL backend is part of the main source tree and no longer a port i.e. the project has been merged in the main development branch.

Configuration

Platform Version Device Exec Type commandline_format
Linux 0.137+ ROM /usr/games/mame D [name]
Linux 0.136- ROM /usr/games/sdlmame D [name]

Compiling

External Links


XMAME

About

XMAME is an older and mostly outdated version of MAME for Linux. It has not been updated since version 0.106, which was sometime in 2006.

Older hardware tends to run XMAME more efficiently than SDLMAME. It is advised to experiment with both.

Configuration

Platform Version Device Exec Type commandline_format
Linux 0.106 ROM /usr/games/xmame D [name]

External Links