Updated 2018 version of MAME (0.78) for libretro. with added game support plus many fixes and improvements
Go to file
2021-01-27 13:59:50 +01:00
.github Rename pull_request_template.md to .github/pull_request_template.md 2018-04-14 21:56:04 -04:00
jni catch up with mame2003 libretroization 2019-01-09 21:04:19 -05:00
metadata Update mame2003-plus.xml 2021-01-15 20:15:47 -05:00
precompile precompile 2021-01-02 17:16:47 -05:00
src storming: fix videoram oob access 2021-01-21 08:29:53 -05:00
tools Update datmagic.c 2021-01-20 11:22:43 -05: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 (Mac) Add mac x64/arm64 targets 2021-01-27 13:59:50 +01:00
CHANGELOG.md updatey 2021-01-10 23:35:21 +00:00
CHANGELOG.old Create CHANGELOG.old 2018-10-27 10:37:00 -04:00
LICENSE.md tweaks to changelog and license 2018-04-23 00:06:10 -04:00
link.T Update link.T 2020-08-11 22:10:46 -04:00
Makefile (Mac) Add mac x64/arm64 targets 2021-01-27 13:59:50 +01:00
Makefile.common declare the new driver 2020-10-06 14:08:19 +01:00
README.md live pipeline 2020-10-16 09:30:43 -04: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.

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.

What Arcade romsets work with MAME 2003-Plus and how to build them

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.