PhoneBoy Reviews: MAME

For those of you who haven't been following along, MAME is the "Multi Arcade Machine Emulator." The program emulates the hardware used in many arcade machines on your computer. With the ROMs of the original arcade games, you are able to play the actual arcade games right on your computer! MAME started out as a DOS program, but has since been ported to Windows 95, Linux, MacOS, and others. MAME has a very strong following and continues to develop unabaded as do many other arcade game emulators out there.

Arcade games have gotten really cool and more complicated since the first PacMan games in 1980. The technology available back in the 70's and 80's was quite inferior to what we have on our desktops today. But what the games in the 70's and 80's lacked in terms of technology, they more than made up for in ingenuity and playability. Some of those old games were just damned fun. Sure, you can find versions of your favorite old arcade games for whichever computer you have, but in most cases, they aren't quite the same as playing the real arcade game. A die-hard fan wil expect nothing less than the original arcade game.

Due to the limits of early microprocessors, most of the arcade games of the 70's and early 80's had to be written in assembly language. Coding in assembly makes for efficient code that runs in a small amount of memory. Unfortunately assembly code is very specific to a set of hardware, which makes porting the code to some other hardware a time-consuming task. Porting code means taking a program and rewriting it so that it will run on different hardware. Aside from being a time-consuming task, porting code is not the most efficient way to attack the problem -- especially if a lot of programs were written for that specific set of
hardware.

Given the speed of current computers relative to the speed of the older hardware, it's actually possible to write programs that will simulate all the hardware that a particular piece of software ran on and run it as fast or faster than the original hardware. Emulating the hardware is a more "general" solution because once you you do it right, you will be able to run all the old software written to run on the old hardware. A commercial example of this is Insingia's SoftPC, which allows you to run PC software on a Macintosh or a Unix workstation. There are also emulators written for a wide array of today's computer that will run Apple ][, Atari 8-bit, and Commodore 64 software. The same is true for arcade games -- a lot of games use similiar hardware to run on. Once you can successfully emulate that hardware, many different games will run with little or no work.

Microsoft, Williams, and others have released several "classic" arcade games where the original game code was emulated in software, utilizing the original code written for the original arcade games. I have purchased both Microsoft's "Return of Arcade" and "Williams Arcade Classics" and found all the games quite playable on a 486-based computer. You can probably get both of these and others at your local software or mail-order outlet.

MAME has PC and Macintosh versions and will emulate hundreds of different arcade games with varying levels of accuracy -- provided you can get the ROMs for the original arcade games. ROM stands for read only memory and it stores programs which, in this case, make up the arcade game. If you look hard enough on the Internet, you can find all the necessary ROMs to plug into these emulators to play the games, though the various emulator programs warn you that unless you own the actual arcade game consoles, you are violating copyright laws by downloading and using these ROMs.

Admittedly, it's not exactly the same as playing these games in an arcade, but I've played many games on MAME and a few on some of the other emulators out there and I have to say these emulators do a pretty good job and the game-play is superb. Most of the emulators are MS/DOS-based, but run well under Windows 95. They do not have fancy interfaces to them, though there are front-end programs that make the process a lot easier. They aren't quite for the faint of heart yet as you need to tweak your hardware drivers for the most optimum performance (having a reasonably good video card helps, too), but in many cases, they emulate the original arcade game quite faithfully and the small amount of trouble to make it work right is well worth it.

Here are some more sites


Last Update: 27 July 1998
Return to PhoneBoy's Internet Guide