This core is under MAME non-commercial license.
Compatibility| RPI0/RPI1 | RPI3 | RPI4/RPI400 | RPI5 | ODROID XU4 | OGA/OGS/RG351 | PC | RG353 |
|---|---|---|---|---|---|---|---|
| ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
Features| Feature | Supported |
|---|---|
| Saves | ✔ |
| States | Game-dependent |
| Rewind | ✔ |
| Netplay | ✔ |
| Native Cheats | ✔ |
| Controllers | ✔ |
| Multi-Mouse | ✔ |
BIOS romsets are not required when using "Full Non-Merged" arcade romsets. For "Split" and "Non-Merged" romsets, place the necessary BIOS in the same directory as the game romset.
Note:
Place the bios in the directory:/recalbox/share/roms/mame/
or in its subdirectory if you use several Mame cores, for example:/recalbox/share/roms/mame/Mame2000/
Games and their bios must be in the same directory or sub-directory.
Roms/recalbox/share/arcade/libretro/mame2000.dat.Put your roms like this:
┣ 📁 recalbox
┃ ┣ 📁 share
┃ ┃ ┣ 📁 roms
┃ ┃ ┃ ┣ 📁 mame
┃ ┃ ┃ ┃ ┣ 🗒 game.zip
┃ ┃ ┃ ┃ ┣ 📁 game
┃ ┃ ┃ ┃ ┃ ┣ 🗒 game.chd
You can also opt for a subdirectory (useful if you want to have a mame set for another core).
┣ 📁 recalbox
┃ ┣ 📁 share
┃ ┃ ┣ 📁 roms
┃ ┃ ┃ ┣ 📁 mame
┃ ┃ ┃ ┃ ┣ 📁 Mame 2000
┃ ┃ ┃ ┃ ┃ ┣ 🗒 game.zip
┃ ┃ ┃ ┃ ┃ ┣ 📁 game
┃ ┃ ┃ ┃ ┃ ┃ ┣ 🗒 game.chd
Advanced configuration of the emulatorTo be able to keep your custom configurations during an upgrade, we advise you to use our configuration override feature.
You can configure various options in two different ways.
┣ 📁 RetroArch Menu
┃ ┣ 📁 Core options
┃ ┃ ┣ 🧩 Name_option
retroarch-core-options.cfg:┣ 📁 recalbox
┃ ┣ 📁 share
┃ ┃ ┣ 📁 system
┃ ┃ ┃ ┣ 📁 configs
┃ ┃ ┃ ┃ ┣ 📁 retroarch
┃ ┃ ┃ ┃ ┃ ┣ 📁 cores
┃ ┃ ┃ ┃ ┃ ┃ ┣ 🧩 retroarch-core-options.cfg
| Options | Options values | Variables (for configuration override) | Variables values |
|---|---|---|---|
| Frameskip | Disabled ✅ / auto / threshold |
mame2000-frameskip |
disabled / auto / threshold |
| Frameskip Threshold (%) | 30 ✅ / 40 / 50 / 60 |
mame2000-frameskip_threshold |
30 / 40 / 50 / 60 |
| Frameskip Interval | 1 ✅ / 2 / 3 / 4 / 5 / 6 / 7 / 8 / 9 |
mame2000-frameskip_interval |
1 / 2 / 3 / 4 / 5 / 6 / 7 / 8 / 9 |
| Skip Disclaimer | Enabled ✅ / Disabled |
mame2000-skip_disclaimer |
enabled / disabled |
| Show Game Information | Disabled ✅ / Enabled |
mame2000-show_gameinfo |
disabled / enabled |
| Audio Rate (Restart) | 11025 / 22050 ✅ / 32000 / 44100 |
mame2000-sample_rate |
11025 / 22050 / 32000 / 44100 |
| Stereo (Restart) | Enabled ✅ / Disabled |
mame2000-stereo |
enabled / disabled |
External links