Mame 0.130 Romset May 2026
This is the story of the MAME 0.130 ROMset , a specific digital "time capsule" that has become a legend among retro handheld enthusiasts and modders. The Search for the "Golden Key"
In the mid-2000s, the world of arcade emulation was moving fast. Every month, the Multiple Arcade Machine Emulator (MAME)
team updated their code, refining how classic games were preserved. But progress came with a price: as the emulator got better, it required more processing power.
For people trying to play arcade games on newer, weaker devices like the PlayStation Portable (PSP)
or early mobile phones, the latest version of MAME was too heavy. They needed a "sweet spot"—a version that was modern enough to have a great game library but light enough to run on a handheld. That sweet spot turned out to be MAME 0.130 , released in early 2009. The Portable Revolution
While the PC world moved on to versions 0.140, 0.150, and beyond, a subculture of developers began building emulators specifically for the PSP and early Android devices. Tools like FBA4PSP on Internet Archive were designed around the specific file structures of the
For a generation of gamers, the "0.130 ROMset" wasn't just a collection of files; it was the Golden Key
. If you had this specific set, your handheld became a portable arcade. You could play Street Fighter Metal Slug perfectly in the palm of your hand. The Digital Detective Work
The tragedy of MAME sets is that they change. If a developer discovers a chip on an old arcade board was dumped incorrectly, they fix it in the next version. This means a "modern" ROM file won't work on an "old" emulator.
The story of the 0.130 set often involves "Digital Detectives" using tools like RomCenter on GitHub to scan their folders. They look for: Green Lights : The game is perfect and ready to play. Yellow Lights : The game needs a "fix" to match the 0.130 standard. Red Lights : The game is from a different era and won't launch. The Legacy of 0.130
Today, the 0.130 ROMset lives on in the "Retroarch" and "LAKKA" communities. It remains the preferred choice for low-power hardware, like the Raspberry Pi Zero handhelds.
It stands as a testament to a specific moment in digital history: when the drive for "perfection" in emulation met the practical need for "performance," creating a lasting standard that keeps 90s arcade magic alive on the screens in our pockets. Are you looking to verify a specific ROMset or do you need help finding the right emulator for your device PSP-Archive/FBA4PSPmod - GitHub
Adding the right ROMS. Download, install and launch RomCenter . Select 'New' . Select 'Get data from...', and open the . dat file. FBA4PSP : OopsWare, Lbicelyne, Reprep - Internet Archive
The MAME 0.130 ROMset refers to a specific collection of arcade game data files released on March 9, 2009 . Because MAME evolves to improve emulation accuracy, each version typically requires its own matching ROMset to ensure games boot correctly . Key Technical Details (v0.130) Release Date: March 9, 2009 .
CHD Format Change: A major update to the Compressed Hard Disk (CHD) format occurred immediately after v0.130 (specifically in v0.130u1), which rendered previous CHD differencing files invalid .
Notable Fixes: This version included palette bug fixes for GP World, sprite positioning for Zero Target, and new graphic ROMs for Head Panic (1999) . Available Versions & Documentation
Official binaries and source code for this specific version are archived for historical reference:
Official Source: MAME 0.130 (Source) on the Internet Archive . Official Binary (Windows 64-bit): MAME 0.130 (64-bit) . Official Binary (Windows 32-bit): MAME 0.130 (32-bit) .
Technical Changelog: Comprehensive details on driver changes and internal source modifications can be found on the MAMEDEV Wiki . ROMset Compatibility
The MAME 0.130 romset is a specific collection of digital arcade game files designed to work exclusively with version 0.130 of the Multiple Arcade Machine Emulator (MAME), which was released on March 9, 2009. While MAME is now on much higher version numbers, the 0.130 set remains a popular "balanced" choice for retro gamers using mid-range mobile devices or older hardware that cannot handle the performance demands of modern, more accurate MAME releases. What is a MAME Romset?
A MAME romset is not just a bunch of games; it is an organized database. Every version of MAME has an internal list of exactly which files it needs, how they should be named, and what their specific checksums (digital fingerprints) must be.
This is a specific request, as MAME 0.130 is quite old (released around mid-2009). Here’s a helpful feature breakdown regarding that specific romset, focusing on its unique characteristics and practical use today.
B. Neo Geo BIOS Chaos
Neo Geo games require neogeo.zip with specific ROMs: mame 0.130 romset
- 0.130 expects old BIOS (e.g.,
sp-s2.sp1,usa_2slt.bin,vs-bios.rom). - Newer sets include
neo-epo.sp1,uni-bios.rom– remove or replace.
How to prepare a clean 0.130 ROMset (concise steps)
- Obtain or generate the MAME 0.130 dat file (lists expected filenames and checksums).
- Collect ROM and CHD files that match the dat’s checksums.
- Use a ROM manager/verifier (clrmamepro, RomVault, or similar) and load the 0.130 dat.
- Run verification/fix to rename, rebuild, and place files into the correct merged/split layout.
- Test a few representative games with MAME 0.130 to confirm compatibility.
3. The Exact ROM Naming & CRC32 Convention
MAME 0.130 uses 8.3 short filenames (due to DOS-era legacy) and strict CRC32 checksums.
Example entry from mame0130.xml (the official metadata):
<game name="1942" sourcefile="1942.c">
<rom name="1942a.1b" size="4096" crc="e5c29ce6"/>
<rom name="1942b.2b" size="4096" crc="8db8e903"/>
...
</game>
Critical: A ROM named 1942.zip that works in MAME 0.200 will not work in 0.130 unless it matches 0.130’s CRC32, size, and internal file names.
The Not-So-Good: What You Miss Out On
1. No Later 3D Titles The main drawback of 0.130 is the lack of support for late-90s and early-2000s 3D hardware.
- If you want to play Tekken 5, Time Crisis 4, or Gauntlet Legends, MAME 0.130 cannot run them (or runs them poorly). The emulation for these complex 3D systems wasn't mature or included yet.
2. CHD Management While MAME 0.130 supports CHD (Compressed Hunks of Data) files for larger games (like Killer Instinct or Area 51), the CHDs required for this version can be difficult to find compared to the standard "roms." However, for most 2D gaming, you don't need them.
3. "Split" Sets Can Be Tricky MAME romsets must match the version of the emulator exactly. You cannot use a 0.130 romset with the newest MAME emulator, and you can't easily use a modern romset with MAME 0.130. You have to commit to finding the specific 0.130 files, which can be a hurdle for beginners.
C. Merged Sets Confusion
If you download a "merged" 0.130 set, each parent ZIP contains clones internally. MAME can read it, but you cannot delete parent without breaking clones.
Quick checklist to prepare a MAME 0.130 romset
- Obtain the official MAME 0.130 DAT file.
- Gather ROM ZIPs, CHDs, and samples you already have.
- Use ClrMamePro or ROMVault with the 0.130 DAT to scan and verify.
- Rebuild into merged or split format as needed.
- Place CHD and samples in the directories configured in mame.ini.
- Test a few representative games in MAME 0.130 to confirm operation.
- Document the source of any replacements or patched ROMs and keep backups.
If you want, I can provide step-by-step instructions for using a ROM manager (ClrMamePro) with a MAME 0.130 DAT, or a sample mame.ini configuration for organizing ROMs, CHDs, and samples. Which would you prefer?
MAME version 0.130, released in March 2009, remains a popular version for legacy hardware or specific mobile emulators like MAME4droid. Finding and managing this specific romset requires a few key steps to ensure compatibility and performance. Where to Find the MAME 0.130 Romset
Because this version is over 15 years old, most modern "full sets" won't be compatible without conversion.
The Internet Archive: This is the most reliable source for "vintage" MAME sets. Searching for "MAME 0.130 ROMs" or "MAME 0.130 Reference Set" will typically yield a complete collection of zipped files.
Pleasuredome (New Home): Historically the go-to for MAME, their archives have moved to new community-hosted sites. A quick search for "Pleasuredome MAME archive" can point you to updated magnet links. Quick Setup Guide
Download the Matching Emulator: To avoid "Missing Files" errors, use the MAME 0.130 binaries. Mixing newer ROMs with this older version—or vice-versa—is the most common cause of failures.
Organization: Keep your ROMs in their original .zip format. MAME looks for these specific archive names (e.g., pacman.zip) and their internal checksums.
Bios Files: Ensure you have the neogeo.zip and other system BIOS files in the same folder as your games. Without these, many popular titles like Metal Slug or King of Fighters will not launch. Types of Romsets When downloading, you might see these terms:
Non-Merged (Recommended for Beginners): Each ZIP contains every file needed for that game. You can delete games you don't like without breaking others.
Split: Smaller file sizes, but "clone" games depend on the "parent" game ZIP to run.
Merged: All versions of a game (USA, Japan, World) are packed into one single ZIP. Troubleshooting Tips MAME 0.130 released - General Chat - Aussie Arcade
Understanding the MAME 0.130 ROMset: A Guide for Retro Gamers
The MAME 0.130 ROMset is a specific collection of arcade game data files released in early 2009 for the Multiple Arcade Machine Emulator (MAME). While modern versions of MAME have progressed significantly, the 0.130 version remains a popular "legacy" target for specific mobile devices, handheld consoles, and older PCs due to its balance of game compatibility and lower hardware requirements. What is the MAME 0.130 ROMset?
A ROMset is a digital library of arcade machine software. Because arcade hardware varied wildly between manufacturers, MAME requires these specific files to replicate the original circuit boards and chips.
The 0.130 version was officially released on March 9, 2009. It marked a period of intense development, including major improvements to Sega System 1/2 hardware emulation and the addition of many "PGM" (PolyGame Master) titles. Why the Version Number Matters This is the story of the MAME 0
In the world of MAME, version parity is critical. The emulator is updated frequently, and as developers find better ways to dump arcade chips or discover missing data, the required files for a game change.
🕹️ The "Sweet Spot" of Emulation: Why MAME 0.130 Still Matters
If you’ve been in the arcade emulation scene for a while, you know the "ROM set chase" never really ends. While the latest version of MAME (Multiple Arcade Machine Emulator) is always the most accurate, there’s a reason you still see MAME 0.130 (released March 2009) mentioned so often. What is the 0.130 ROM set?
A MAME ROM set is a collection of data files dumped from original arcade game circuit boards. Because the emulator's code changes to become more accurate over time, the way it "reads" these files also changes. This means a ROM set from 2024 likely won't work on an emulator from 2009, and vice versa. Why 0.130?
The 0.130 release was a major milestone for several reasons: The "Mid-Range" King:
It hit a perfect balance between speed and accuracy. It’s light enough to run on older hardware (like original Raspberry Pi units, modded Wiis, or older Android phones) while still supporting a massive library of classic titles. Stable Drivers:
By 0.130, many of the "Golden Age" 80s and 90s drivers (think Capcom CPS1/CPS2, Neo Geo, and Konami classics) were already highly mature and near-perfectly emulated. Foundation for Mobile: Many popular mobile ports and RetroArch cores (like
, which actually uses 0.139, often sits right next to it in terms of performance) were built around this era of MAME's codebase. Quick Facts for the Curious: Release Date: March 9, 2009 [ Notable Updates: This version saw significant work on Sega System 1/2 and improvements to the Naomi and PGM hardware Compatibility:
If you are using an older device or a specific "lite" frontend, finding a "Reference Set" for 0.130 ensures you aren't fighting with modern
(large disk images) that your hardware can't handle anyway [ Pro-Tip for Newbies:
Always match your ROM set version to your emulator version! If you’re running a core labeled
, you want the 0.139 set. If you're on a legacy cabinet running 0.130, only a 0.130 set will guarantee that every game boots without "Missing Files" errors.
Are you still rocking a legacy MAME setup, or do you always stay on the bleeding edge? Let's discuss! adjust the tone to be more technical, or perhaps focus on a specific device like the Raspberry Pi?
A MAME 0.130 ROM set is a very specific, older collection of arcade game files released in March 2009.
Whether it is a "good piece" for you depends entirely on the hardware you are using to play it. 🛑 The Golden Rule of MAME
The version of your MAME emulator must match the version of your ROM set.
If you use a MAME 0.130 ROM set on a modern MAME emulator (like version 0.260+), many games will fail to load.
MAME developers constantly update, rename, and clean up dump files as better dumps of the original arcade boards are found. ⚖️ Pros and Cons of a 0.130 Set When it is a "Good Piece"
Weak Hardware: Excellent for older or lower-spec devices like soft-modded original Wiis, older Raspberry Pi units, or old arcade cabinets with legacy PCs.
Speed over Accuracy: Older MAME versions require much less processing power to run games because they use less complex, less accurate emulation techniques. When to Avoid It
Modern PCs: If you have a modern computer, always download the latest official MAME release and match it with a brand new ROM set.
Accuracy and Bugs: Version 0.130 contains many emulation bugs, incorrect colors, and flawed sound simulations that have since been fixed in newer releases. How to prepare a clean 0
Missing Games: Hundreds of classic arcade games have been added or fixed in the years since 2009. 🗄️ ROM Set Types
If you do decide to grab a 0.130 set, you will usually see three types of distributions:
Non-Merged: Every game zip file has everything it needs to run. These are massive in total size but easy to grab individual games from.
Split: Clone games require the "parent" game zip file to be in the same folder. This is the most common format.
Merged: Parents and clones are packed together in one file. Great for saving hard drive space.
✨ Visual Anchor: Look for the Internet Archive MAME 0.130 page if you need to find the specific emulator executable designed to run this exact set flawlessly.
What device or handheld console are you planning to play these games on? I can let you know if 0.130 is the best fit for your hardware!
The MAME 0.130 ROM set!
MAME (Multiple Arcade Machine Emulator) is an emulator that allows you to play classic arcade games on your computer. The ROM set, version 0.130, is a collection of game data that includes the games' ROMs (Read-Only Memory) and other necessary files to run the games.
Here's a report on the MAME 0.130 ROM set:
ROM Set Details
- Version: 0.130
- Release Date: [Insert Date]
- Number of Games: [Insert Number]
- ROM Size: [Insert Size]
Notable Features and Changes
- MAME 0.130 includes support for many new games, including some rare and obscure titles.
- Improved emulation for various systems, including the Sega Model 2 and 3, and the Capcom CPS-1 and CPS-2.
- New or updated drivers for games like [insert game names].
- Various bug fixes and optimizations.
Game List
Here is a list of some of the games included in the MAME 0.130 ROM set:
- Aerobatics
- Airwolf
- Alien vs. Predator
- Batman
- Bubble Bobble
- Contra
- Cruis'n USA
- Donkey Kong
- Galaga
- Ghosts 'n Goblins
- Gradius
- M Mortal Kombat
- Pac-Man
- Popeye
- Q*bert
- Street Fighter II
- Teenage Mutant Ninja Turtles
- and many more!
Known Issues and Bugs
- Some games may not work properly due to incomplete or inaccurate emulation.
- Certain games may have issues with graphics, sound, or input lag.
- Some games may require specific settings or tweaks to run correctly.
System Requirements
- Operating System: Windows, macOS, or Linux
- Processor: [Insert Processor Requirements]
- Memory: [Insert Memory Requirements]
- Graphics: [Insert Graphics Requirements]
Conclusion
The MAME 0.130 ROM set is a comprehensive collection of classic arcade games that can be played on your computer using the MAME emulator. With its vast library of games and improved emulation, it's a great resource for retro gaming enthusiasts. However, be aware of the potential issues and bugs, and make sure to check the system requirements to ensure smooth gameplay.
The MAME 0.130 ROM set is a significant collection within the MAME (Multiple Arcade Machine Emulator) system, which aims to preserve the history of arcade games by emulating the original hardware of classic arcade machines. MAME allows users to play thousands of classic arcade games on their computers, and each version of MAME (denoted by its version number, in this case, 0.130) corresponds to a specific snapshot of the MAME project, incorporating new game support, bug fixes, and other improvements up to that point.
Released as part of the ongoing development of MAME, version 0.130 included various updates and additions over its predecessors. The MAME project is renowned for its comprehensive and continuously updated ROM set requirements, which are necessary for playing the games on the emulator. The ROM set for MAME 0.130, therefore, contains the data needed to run a specific subset of arcade games supported by this version of the emulator.
The Key Feature: The "Split Set" Quirk (Parent/Child ROMs)
The most important feature (or challenge) of the 0.130 romset is that it uses the Split format.
Unlike modern full non-merged sets, a split set requires you to keep the Parent ROM and Child ROM (clone) in the same folder.
How it works:
- Parent ROM (e.g.,
sf2.zip) contains the base files. - Child ROM (e.g.,
sf2ce.zipfor Champion Edition) contains only the files that differ from the parent. - To play the child, MAME 0.130 loads the parent files first, then overwrites them with the child's unique files.
Helpful Tip: If you download a single game (e.g., tmnt2.zip for Teenage Mutant Ninja Turtles - Turtles in Time), it will not run unless you also have the parent ROM (tmnt.zip) present in your roms folder.