MAME
Find a file
Sandro Ronco 871c97b815 (MESS) dmv: added preliminary K803 emulation. (nw)
(MESS) dmv.xml: added more disks. (nw)
2014-11-02 17:20:07 +01:00
artwork
docs and what a fine horse it was 2014-10-26 02:00:27 +02:00
hash (MESS) dmv: added preliminary K803 emulation. (nw) 2014-11-02 17:20:07 +01:00
hlsl - Fixed bloom misalignment with HLSL. [MooglyGuy] 2014-04-08 18:34:47 +00:00
keymaps
nl_examples Preliminary support for LTE dynamic time-stepping based on Local truncation error. This enables the possibility to connect a capacitor between ground and a TTL output and get a e.g. 100 ns delay with a 1nF capacitor. 2014-05-15 22:50:40 +00:00
src (MESS) dmv: added preliminary K803 emulation. (nw) 2014-11-02 17:20:07 +01:00
web WebUI: clean up and fixed HTML compliance. [Firehawke] 2014-09-29 03:31:14 +00:00
.gitattributes Treat .jed files as binary so they are not converted as text (nw) 2014-10-22 10:48:21 +02:00
.gitignore ignore inp directory (nw) 2014-10-29 18:21:49 +00:00
makefile enabled some more ubsan checks (nw) 2014-10-23 09:58:45 +02:00
README.md Update README.md 2014-10-20 18:55:13 +02:00

What is MAME?

MAME stands for Multiple Arcade Machine Emulator. When used in conjunction with an arcade game's data files (ROMs, CHDs, samples, etc.), MAME attempts to reproduce that game as faithfully as possible on a more modern general-purpose system. MAME can currently emulate many thousands of classic arcade video games from the the very earliest CPU-based systems to much more modern 3D platforms.

The ROM and CHD images that MAME requires are "dumped" from arcade games' original circuit-board ROM chips, hard disks, and CD-ROMs. MAME becomes the "hardware" for the games, taking the place of their original CPUs and support chips. Therefore, these games are NOT ports or rewrites, but the actual, original games that appeared in arcades, complete with all the bugs, glitches, slowdowns, and subtleties of the original game as it appeared in the arcade.

MAME's purpose is to preserve these decades of video-game history. As gaming technology continues to rush forward, MAME prevents these important "vintage" games from being lost and forgotten. This is achieved by documenting the hardware and how it functions. The source code to MAME serves as this documentation. The fact that the games are playable serves primarily to validate the accuracy of the documentation (how else can you prove that you have recreated the hardware faithfully)?