Skip to content

More Neo Geo games and less memory usage for MAME 2000! See Wiki for the full list.

Notifications You must be signed in to change notification settings

nummacway/libretro-mamenummacwaytausend

This branch is 1 commit ahead of madcock/libretro-mame2000:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9d2a36 · Sep 21, 2024
Apr 7, 2018
Dec 15, 2018
Sep 21, 2024
Nov 7, 2023
Jul 26, 2022
Oct 24, 2017
Nov 19, 2023
Nov 7, 2023
Feb 23, 2016
Jan 4, 2017
Jan 4, 2017
Jan 4, 2017

Repository files navigation

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

More Neo Geo games and less memory usage for MAME 2000! See Wiki for the full list.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 76.7%
  • Assembly 23.2%
  • Other 0.1%