Difference between revisions of "Emulator:MAME"

From Wah!ki
Jump to navigation Jump to search
(Created page with "= MAME / SDLMAME = == About == MAME stands for "Multiple Arcade Machine Emulator". It provides a virtual environment where you can run software written for other platforms, name...")
 
(6 intermediate revisions by 2 users not shown)
Line 16: Line 16:
 
|-
 
|-
 
| Linux
 
| Linux
| 0.141
+
| 0.137+
 +
| ROM
 +
| /usr/games/mame
 +
| D
 +
| [name]
 +
|-
 +
| Linux
 +
| 0.136-
 
| ROM
 
| ROM
 
| /usr/games/sdlmame
 
| /usr/games/sdlmame
Line 22: 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 30: Line 40:
 
= XMAME =  
 
= XMAME =  
 
== About ==
 
== About ==
XMAME is an older and mostly outdated version of MAME for Linux.  It has not been updated since 0.106, which was sometime in 2006.
+
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.
 
Older hardware tends to run XMAME more efficiently than SDLMAME.  It is advised to experiment with both.
Line 54: Line 64:
 
== External Links ==
 
== External Links ==
 
* [http://packages.ubuntu.com/maverick/xmame-x Package: xmame-x] XMame package information on Ubuntu.
 
* [http://packages.ubuntu.com/maverick/xmame-x Package: xmame-x] XMame package information on Ubuntu.
 +
 +
 +
[[Category:Emulator|MAME]]

Revision as of 22:46, 26 January 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