# mame2000-libretro **Repository Path**: ant1423/mame2000-libretro ## Basic Information - **Project Name**: mame2000-libretro - **Description**: https://github.com/libretro/mame2000-libretro - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-18 - **Last Updated**: 2024-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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