MAME stands for Multiple Arcade Machine Emulator. When used in conjunction with an arcade game's data files (ROMs), MAME will more or less faithfully reproduce that game on a PC.
MAME can currently emulate over 3000 unique (and over 5400 in total) classic arcade video games from the three decades of video games - '70s, '80s and '90s, and even some from the current millennium.
The ROM images that MAME utilizes are "dumped" from arcade games' original circuit-board ROM chips. MAME becomes the "hardware" for the games, taking the place of their original CPUs and support chips. Therefore, these games are NOT simulations, but the actual, original games that appeared in arcades.
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, thanks to the talent of programmers from the MAME team and from other contributors. Being able to play the games is just a nice side-effect, which doesn't happen all the time. MAME strives for emulating the games faithfully.
Even though MAME allows people to enjoy the long-lost arcade games and even some newer ones, the main purpose of the project is to document the hardware (and software) of the arcade games.
There are already many dead arcade boards, whose function has been brought to life in MAME. Being able to play the games is just a nice side-effect.
MAME as an emulation program is also pretty simple and easy-to-use.
Requirements:
· Intel Celeron / AMD Duron 1000 MHz · 128 - 256 MB RAM · a varying amount of hard drive space (a complete MAME ROM set would take over forty gigabytes, but most individual ROM sets are quite small) · DirectX (Windows version) or VESA 2.0+ (DOS version) compatible graphics card · Any sound card that works in Windows (Windows version) or Sound Blaster compatible sound card (DOS version)
What's New:
· Added save state support to bzone.c games. · Fixed missing sound in Leprechaun. · Fixed some bugs involving empty or null ROM regions. · Fixed potential crash in speglsht driver. · Changed the 6532riot code to split r6532_init into r6532_init and r6532_reset. · Fixed CPS3 code to be big-endian friendly. · Added alpha blending effects to the CPS driver and improved sprite positioning. · Moved "Pandora" sprite chip implementation to its own file. Updated Snow Bros, Air Buster, DJ Boy and Heavy Unit to use ths new generic implementation. · Fixed regression in segasyse driver. · Reverted patch to the 6526CIA as it was causing issues with Amiga/ Arcadia emulation. · Deduced a few more opcodes for gussun. The game now boots and you can coin up. · Fixed regression in vmetal and tatsumi drivers. · Fixed Taito version of chinhero · Simplified code in tms9928 video system · Fixed ROL opcode in the 68000 emulator · Cleaned up tiny MAME target. · Fixed regression in Exidy sounds · Improved accuracy of mame_timer_scale_up. · Rotated the mame_rand() results by 16 bits to reduce periodicity of the resuls. · Fixed winalloc.c to be thread-safe.