Updated 2018 version of MAME (0.78) for libretro. with added game support plus many fixes and improvements
Go to file
2018-10-09 22:35:46 -04:00
.github Rename pull_request_template.md to .github/pull_request_template.md 2018-04-14 21:56:04 -04:00
jni Refactor android jni makefiles 2018-04-06 19:49:25 -05:00
metadata add wofch hacks - fix the compiling bugs (#393) 2018-10-05 14:51:25 -04:00
precompile spwan hiscore.dat rather than reading from memory (#179) 2018-05-08 12:31:16 -05:00
src check for a null pointer a few places in asap cpu (#395) 2018-10-09 22:35:07 -04:00
tools/bin2c update bootstraps; add zookeep and qix bootsraps 2018-05-12 12:52:31 -05:00
.gitignore update .gitignore 2018-04-21 21:20:23 -04:00
.travis.yml Split off this core from original mame2003 2018-02-01 20:15:47 +00:00
CHANGELOG.md Remove wofch hacks 2018-10-09 14:21:56 +01:00
LICENSE.md tweaks to changelog and license 2018-04-23 00:06:10 -04:00
link.T Update to new Makefile 2016-01-23 18:17:29 +01:00
Makefile [LIBNX] Initial Port 2018-09-30 00:53:03 +02:00
Makefile.common Update libretro-common 2018-07-21 11:06:40 +02:00
README.md Update README.md 2018-10-09 22:35:46 -04:00

What is MAME 2003-Plus?

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 in our guide on building a mame2003-plus romsets..