Difference between revisions of "MAME"
From CPCWiki - THE Amstrad CPC encyclopedia!
Line 4: | Line 4: | ||
MESS runs on Windows, Mac OS X, Linux, and FreeBSD. | MESS runs on Windows, Mac OS X, Linux, and FreeBSD. | ||
+ | |||
+ | Just as in MAME, some MESS ROMs have parent ROMs that also need to be installed. E.g., <tt>cpc6128.zip</tt> requires <tt>cpc464.zip</tt> to run. | ||
==Typical command line arguments== | ==Typical command line arguments== | ||
Line 40: | Line 42: | ||
*[http://www.mess.org/ Official site] | *[http://www.mess.org/ Official site] | ||
*[http://www.mess.org/mess:howto MESS user's manual] | *[http://www.mess.org/mess:howto MESS user's manual] | ||
+ | *[http://www.emunews.eu/?page_id=10 CPC ROMs for MESS] (look for <tt>cpc*.zip</tt>) | ||
[[Category:Emulator]] | [[Category:Emulator]] |
Revision as of 08:28, 15 August 2011
MESS (Multi Emulator Super System) is an emulator for vintage computers, consoles, chess computers, and calculators. It is a descendant of the MAME arcade emulation project. Just like MAME, the main goal of MESS is accurate emulation, not speed.
Currently, over 450 systems are supported, including the CPC and CPC Plus range and GX4000.[1]
MESS runs on Windows, Mac OS X, Linux, and FreeBSD.
Just as in MAME, some MESS ROMs have parent ROMs that also need to be installed. E.g., cpc6128.zip requires cpc464.zip to run.
Typical command line arguments
Name | Argument | Allowed file extensions |
Printer | .prn | |
Snapshot | -dump | .sna |
Disk drive A | -flop1 | .dsk |
Disk drive B | -flop2 | .dsk |
Tape | -cass | .wav; .cdt |
(from [2])
Links
- MAME at the English-language Wikipedia
- Official site
- MESS user's manual
- CPC ROMs for MESS (look for cpc*.zip)