In the ever-evolving world of arcade emulation, specific version numbers become legendary. They represent a snapshot in time—a moment when the code was stable, the compatibility was broad, and the community was thriving. One such version is MAME 0.139u1.
For collectors, retro enthusiasts, and digital archaeologists, the query "mame 0.139u1 roms list" is more than a search term; it’s a gateway to a specific era of gaming history. This article provides a complete breakdown of what MAME 0.139u1 is, why it remains relevant, and a comprehensive categorized list of the ROMs that defined this release.
If you are manually curating (e.g., for a 1,000-game favorites list), follow these steps:
mame -listxml > 0139u1.xml to generate an XML file of every possible ROM.<machine> status "good" and "imperfect".<rom name=""> tags.Here is an example snippet of what that XML entry looks like for a working game: mame 0.139u1 roms list
<game name="sf2ce" sourcefile="cps1.c">
<description>Street Fighter II': Champion Edition (World 920513)</description>
<year>1992</year>
<manufacturer>Capcom</manufacturer>
<rom name="sf2ce_23b.8f" size="131072" crc="da9e2db6" sha1="f9e77c82b0c7e5d42444f26979c8645c040cc581"/>
<!-- More ROM entries -->
</game>
The primary reason MAME 0.139u1 remains so significant is that it was the last major version of the emulator to gain widespread adoption in the pre-mobile and pre-emulation-crank-up era. For many years, it served as the backbone of the popular "Final Burn" and "FBA" (Final Burn Alpha) emulators, which many other frontends and standalone emulators were based on.
Because of its widespread use, an immense amount of development time was poured into creating optimized cores for this specific version. It became the "gold standard" that developers targeted.
A true MAME 0.139u1 ROMs list is a machine-readable XML file (generated via mame -listxml) that contains: The Ultimate Guide to MAME 0
<game> name (the short ROM folder name)<rom> tags with name, size, crc, sha1Here is a sample entry for Pac-Man (midway):
<game name="pacman">
<description>Pac-Man (Midway)</description>
<year>1980</year>
<manufacturer>Midway</manufacturer>
<rom name="pacman.6e" size="4096" crc="c1e6ab10" sha1="e6e25a7d..."/>
<rom name="pacman.6f" size="4096" crc="1a7b9c84" sha1="cef4a3b9..."/>
...
</game>
Without matching these exact hashes, the game will not run.
MAME 0.139u1 is a retro build of the MAME emulator family (a 0.139-series update). A “ROMs list” for this version refers to the set of arcade game ROMs (and CHD images) that are compatible with that specific MAME build. Because MAME’s ROM requirements and names change between releases, using ROMs matched to 0.139u1 ensures correct checksums, filenames, and proper emulation. Download MAME 0
0.139u1 was a high-water mark for SHMUP emulation, particularly for Cave and Toaplan games.
| Game Title | ROM Name | Notes | |------------|----------|-------| | DoDonPachi | ddonpach.zip | Requires graphics card for slowdown | | Espgaluda | espgaluda.zip | Working with minor priority issues | | Mushihimesama | mushitam.zip | Note: Requires CHD file | | Raiden II | raiden2.zip | Sound imperfect | | 1942 | 1942.zip | Perfect | | Gradius III | gradius3.zip | Slower than original due to CPU | | Ikaruga | ikaruga.zip | Requires CHD (NAOMI board) |