xmame patches

comments/questions

News

CPS2Mame

XPinMame

Howto

A quick compile howto:

  1. Get the sources to xmame, and of course one of the patches above.
  2. $ tar xyvf xmame-0.37b14.2.tar.bz2
  3. $ cd xmame-0.37b14.2
  4. $ gunzip -c ../xmame-0.37b14.2-cps2-20010511.patch.gz | patch -p0
  5. $ vi makefile.unix
    Then set all parameters for your system (the preferred display method is SDL - although you'll need the SDL development package installed, it allows you to switch to fullscreen and back among other things).
  6. $ make -f makefile.unix
    (or gmake, depending on whether you're running Linux or *BSD).
  7. The resulting binary is xmame.<displaymethod>
    E.g., try $ xmame.SDL -listfull to see the games your binary supports.

Links

Thanks to