Covered platforms

The MAME core in BizHawk is currently Arcade-only, however we may add other MAME systems in the future.

Loading ROMs

MAME ROMs don't come as singular game image files, but as .zip packages, and you do not need to unpack them. Just run them directly in BizHawk. However, there are some nuances.

Missing files

If the ROM set you're trying to run doesn't contain all the necessary files, MAME will throw an exception telling which files are missing, but before that BizHawk will try to load it as a regular archive. Currently there's no way to distinguish MAME ROM archives from user archives if their names clash, so if you want to see which files are missing, you will need to close the Choose File From Archive digalog (or to Cancel it).

ROM set types

MAME ROM sets are usually organized in 2 different ways: merged and split. Merged sets contain base (parent) game files in the main .zip, and version (clone) game files inside that .zip in additional folders. Split sets have every game packaged individually, parent or clone, in separate .zip files.

Naming

MAME determines which game you want to run by the game's short name you provide as an argument. Even inside its graphical user interface it will only recognize ROMs that come in individual .zip (or .7z) files or folders inside it's roms directory, and those packages and folders must also be named after their respective games.
As a result, we have to inform BizHawk's MAME core which game to run by the name of the .zip package we're launching.
So if you want to run a parent machine, you just launch it as a normal ROM in BizHawk. But for anything more complicated, there are 2 main ways.

Multi-package games

Some games require more than one .zip package. For clone machines or games requiring extra files (Neo-Geo BIOS, or games using .chd disks or layout files), you will need to combine them in some way. There are two main options, pick whichever feels easier for you:
  1. Rename the package after the clone game you need to run and put all the needed files inside (base game files, BIOS files).
    • You can't put other .zip files inside, you have to unpack them into folders with the same names, or directly into the main .zip.
  2. Go to Tools -> Multi-disk Bundler, create a .xml named after your clone game, and add all the required .zip packages to the list (.chd files too, if needed), and launch that .xml file in BizHawk.
If you've managed to run a game, you can check which files are mandatory by clicking the icon in the bottom right corner of the BizHawk window (dump status report).

ROM info

ROM info is available in the Dump Status Report dialog that can be accessed by pressing the icon in the bottom left corner of the BizHawk window.
The icon itself (along with its tooltip) also indicates whether there is something to worry about with your ROM.

Machine settings

BIOS can be selected in the Arcade -> Settings menu, but if BIOS files come as a separate ROM set, you need to use the above method to load them alongside the main game.
DIP switches and other settings are in the same menu.

Troubleshooting

System Bus memory region is unsafe

Using the System Bus memory region for any memory activity (reading or writing, memory searching or watching) can be unsafe and may even cause memory values to change unpredictably while emulation is paused! You have several options to work around this issue:

Unmapped inputs

If you find a game with buttons not mapped (! in input display), tell us the game.

Issue tracker

For crashes and other bugs, please report them on our GitHub.

Bizhawk/MAME last edited by feos on 3/16/2024 10:07 AM
Page History Latest diff List referrers View Source