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 | |
| Rewind | |
| Netplay | |
| RetroAchievements | |
| RetroArch Cheats | |
| Native Cheats | |
| Controllers | |
| Multi-Mouse | |
| Rumble | |
| Sensors | |
| Camera | |
| Location | |
| Subsystem |
BIOS romsets are not required when using "Full Non-Merged" arcade romsets. For "Split" and "Non-Merged" romsets, place the 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 cores of Mame:/recalbox/share/roms/mame/Mame2015/
Games and their bios must be in the same directory or sub-directory.
Roms/recalbox/share/arcade/libretro/mame2015.dat.Put your roms like this:
┣ 📁 recalbox
┃ ┣ 📁 share
┃ ┃ ┣ 📁 roms
┃ ┃ ┃ ┣ 📁 mame
┃ ┃ ┃ ┃ ┣ 🗒 game.zip
┃ ┃ ┃ ┃ ┣ 📁 game
┃ ┃ ┃ ┃ ┃ ┣ 🗒 game.chd
BIOS romsets are not necessary when you want to use a subdirectory (useful if you want to have a mame set for another core).
┣ 📁 recalbox
┃ ┣ 📁 share
┃ ┃ ┣ 📁 roms
┃ ┃ ┃ ┣ 📁 mame
┃ ┃ ┃ ┃ ┣ 📁 Mame 2015
┃ ┃ ┃ ┃ ┃ ┣ 🗒 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 |
|---|---|---|---|
| Read configuration | Disabled ✅ / Enabled |
mame2015_read_config |
disabled / enabled |
| Auto save/load states | Disabled ✅ / Enabled |
mame2015_auto_save |
disabled / enabled |
| Enable in-game mouse | Disabled ✅ / Enabled |
mame2015_mouse_enable |
disabled / enabled |
| Enable throttle | Disabled ✅ / Enabled |
mame2015_throttle |
disabled / enabled |
| Enable cheats | Disabled ✅ / Enabled |
mame2015_cheats_enable |
disabled / enabled |
| Hide nag screen | Disabled ✅ / Enabled |
mame2015_hide_nagscreen |
disabled / enabled |
| Hide gameinfo screen | Disabled ✅ / Enabled |
mame2015_hide_infoscreen |
disabled / enabled |
| Hide warnings screen | Disabled ✅ / Enabled |
mame2015_hide_warnings |
disabled / enabled |
| Alternate render method | Disabled ✅ / Enabled |
mame2015_alternate_renderer |
disabled / enabled |
| Boot to OSD | Disabled ✅ / Enabled |
mame2015_boot_to_osd |
disabled / enabled |
| Boot from CLI | Disabled ✅ / Enabled |
mame2015_boot_from_cli |
disabled / enabled |
External links