Updated 2018 version of MAME (0.78) for libretro. with added game support plus many fixes and improvements
Go to file
2024-10-05 23:57:24 +01:00
.github Rename pull_request_template.md to .github/pull_request_template.md 2018-04-14 21:56:04 -04:00
jni COREDEFS never used. (#1727) 2024-05-17 06:31:41 -04:00
metadata Add files via upload 2024-09-09 11:03:54 -04:00
precompile precompile 2021-01-02 17:16:47 -05:00
src Multi32 simplify monitor select 2024-10-04 16:23:09 -04:00
tools DAT magic cleanup 2024-09-26 12:08:30 -04:00
.editorconfig Create .editorconfig 2018-12-15 19:57:51 -05:00
.gitattributes add .gitattributes to repo 2019-02-08 12:25:13 -05:00
.gitignore update .gitignore 2018-04-21 21:20:23 -04:00
.gitlab-ci.yml Update .gitlab-ci.yml 2023-11-09 16:35:29 -08:00
CHANGELOG.md A wee mention 2024-10-05 23:57:24 +01:00
CHANGELOG.old Create CHANGELOG.old 2018-10-27 10:37:00 -04:00
LICENSE.md normalize line endings (#1010) 2021-04-05 12:19:09 -04:00
link.T Update link.T 2020-08-11 22:10:46 -04:00
Makefile [WiiU] Aroma CFW Compatibility (#1770) 2024-06-28 15:58:56 -04:00
Makefile.common Separate protection 2024-07-19 04:22:00 -04:00
Makefile.split namcos2 split build wip - required reduction to build (#1600) 2023-06-05 22:33:30 -04:00
README.md Duh 2021-03-12 18:53:18 -05:00

What is MAME 2003-Plus?

pipeline status

MAME 2003-Plus (also referred to as MAME 2003+ and mame2003-plus) is a libretro arcade system emulator core with an emphasis on high performance and broad compatibility with mobile devices, single board computers, embedded systems, and similar platforms.

In order to take advantage of the performance and lower hardware requirements of an earlier MAME architecture, MAME 2003-Plus began with the MAME 2003 codebase which is itself derived from xmame 0.78. Upon that base, MAME 2003-Plus contributors have backported support for an additional 350 games, as well as other functionality not originally present in the underlying codebase.

What games are supported?

View our live compatibility table built using datmagic, a tool created by the MAME 2003-Plus team. Datmagic auto-generates a compatibility table based on the latest XML DAT file. See an incorrect entry? Create a new issue to let us know! This allows us to keep the compatibility table as accurate as possible by fixing it at the source.

Authors: MAMEdev, MAME 2003-Plus team, et al (see LICENSE.md and CHANGELOG.md)

Documentation

User documentation for MAME 2003-Plus can be found in the libretro core documentation library.

Developer documentation can be found in the MAME 2003-Plus wiki.

Development chat

#programming channel of the libretro discord chat server.

Romsets and how to build them for this core

mame2003-plus was originally built from the MAME 0.78 codebase, meaning that 95% or more of MAME 0.78 romsets will work as-is in mame2003-plus, where they immediately benefit from its bugfixes and other improvements. In order to play the new games and games which received ROM updates in mame2003-plus, you will need to find or build the correct romsets.

Read more about rebuilding romsets in the libretro core documentation for mame2003-plus.