Hello,
My build of MAME version 0.93, which incorporates:
- MAME Movie Maker
- CPMaker
- code to display controls artwork when paused
- skip_warnings patch
is available here. I've included a non-optimized Windows binary. If you want to compile your own, extract the included source code and makefile over a fresh copy of the v0.93 source code.
If you have previously compiled v0.93 and you want to compile in my code, go ahead and extract my source over the existing source. Then cd to the obj\mame (or whatever target) directory and del *.o, followed by del windows\*.o. This will delete the core files but not the drivers. Then remake MAME. That'll save you some time.
The CPMaker functionality is compiled into the binary. The source, however, is separate. Keep this in mind if you want to compile your own.
Please post any compile issues to this thread.
Regards,
Buddabing
EDIT: I've removed the link temporarily until MAMEdev fix the -wavwrite function.