mrjschulte / mame2000-libretro

2000 version of MAME (0.37b5) for libretro. Compatible with iMAME4All/MAME4Droid/MAME 0.37b5 romsets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You compile the libretro core like this:

make

If you are compiling it for an ARM system, add "ARM=1" to the end of the command, like this:

make ARM=1

There are two additional ASM optimised CPU cores that can be used for ARM. Cyclone for 68k emulation and DRZ80 for z80. They can bring a speedup and may be of use for older cpus, but reduce compatibility. To enable them pass USE_CYCLONE=1 and/or USE_DRZ80=1 to make.

eg.

make ARM=1 USE_CYCLONE=1 USE_DRZ80=1

About

2000 version of MAME (0.37b5) for libretro. Compatible with iMAME4All/MAME4Droid/MAME 0.37b5 romsets.


Languages

Language:C 74.8%Language:Assembly 23.5%Language:C++ 1.2%Language:Objective-C 0.5%Language:Makefile 0.1%Language:Perl 0.0%