Regarding libretro MAME core

At this point in development, is the libretro MAME core compilable for the Wii yet? I’ve tried to compile it with no success and was wondering if it was a problem on my end or just that the target isn’t ready yet.

Thanks for any information.

I don’t think it’s ready yet. AFAIK, there hasn’t been a lot of work done on it lately, as other things have taken precedence.

Where do you failed in compile ?

I v’e just tested to compile , and the only mistake i had was an error with zlib.h .

So i edit makefile and add after “dont_link_zlib =” :


ifeq ($(platform), wii)
dont_link_zlib= yes
endif

After that , all compile fine , and the wii-cores.sh give me an mame078.dol Although for now i have no wii to test and i don’t know if this core is WII ready :frowning:

Hm, seems like that the zlib exclusion works but I get hung up on m86kmake.

hum, no have this problem on linux . if you are on WIN maybe your NATIVECC isn’t set correctly.

Not to hijack the thread but does anyone happen to have a compiled windows port for Mame and RA?

The MAME 0.78 core for Windows has been uploaded to the uploader service now. You should be able to download it now from within the app updater of RetroArch.

Picodrive has been added as well.