libmame Downloads


Patches

To apply a libmame patch:
  1. Download the full source code of MAME from http://mamedev.org.
  2. Unpack the MAME source into a directory, here called libmame.
  3. Download the libmame patch from the table below that corresponds to the MAME version you are using.
  4. Unzip the patch file.
  5. Go into the MAME source directory: cd libmame
  6. Apply the patch: patch -p1 < /path/to/libmame-yourversion.diff
To build libmame, see the Building libmame page.

MAME VersionPatchNotes
0.137libmame-0.137.diff.zip
0.144libmame-0.144.diff.zip

Windows Development Package

For developer convenience, and because Windows source code distributions can be tricky to compile due to the lack of compiler and package installation standardizations on the Windows platform, a Windows development package is distributed here.

The Windows development package consists of:

NOTE: Not available just yet, sorry!

Linux Development Package

Because each Linux distribution manages packaged software differently, and maintains its own software repositories for easy end-user installation, Linux pre-built development packages are not available here. Instead, you should check your Linux distribution for the libmame package. If your distribution doesn't have one, please consider making one, submitting it for inclusion in your distribution, and letting me know!
This page Copyright 2011 Bryan Ischo.