mame2009 (0.135U4)
Go to file
2017-09-24 14:15:24 +02:00
docs first commit 2017-08-18 22:06:37 +02:00
src Update retrofile.h 2017-09-24 14:15:24 +02:00
.gitattributes first commit 2017-08-18 22:06:37 +02:00
makefile first commit 2017-08-18 22:06:37 +02:00
Makefile libretro patch 2017-08-18 23:02:39 +02:00
Makefile.common libretro patch 2017-08-18 23:02:39 +02:00
Makefiletiny.common libretro patch 2017-08-18 23:02:39 +02:00
Makefilewiiu.common libretro patch 2017-08-18 23:02:39 +02:00
README.MD libretro patch 2017-08-18 23:02:39 +02:00

	mame2009-libretro (0.135U4)


	WIP libretro port of mame0.135U4

Mainly design for wii U , but sould work on linux/pi.

Remember,Everything not working well, It's a debug release , so expect to more bug. (use at your own risk)


full build Wii U: make -f Makefile PTR64=0 TINY=0 platform=wiiu -j10

tiny build Wii U: make -f Makefile PTR64=0 TINY=1 platform=wiiu -j10