I am trying to get this patch to work with NoNameMAME.
http://www.boldtower.com/mach3/I am using verions 0.79u4.05.
I'm stuck again.
I applied the patch and tried to compile the patched code.
I had a problem with the mpeg libs, but I copied them to the correct place and got past that.
Now I am getting this error:
$ make OS=win
Compiling src/vidhrdw/laserdsk.c...
cc1.exe: warnings being treated as errors
src/vidhrdw/laserdsk.c: In function `init_mpeg':
src/vidhrdw/laserdsk.c:256: warning: passing arg 2 of `load_frame_ptrs' discards qualifiers from pointer target type
src/vidhrdw/laserdsk.c: At top level:
src/vidhrdw/laserdsk.c:270: warning: declaration of `buffer' shadows a global de claration
src/vidhrdw/laserdsk.c:45: warning: shadowed declaration is here
src/vidhrdw/laserdsk.c:301: warning: declaration of `buffer' shadows a global de claration
src/vidhrdw/laserdsk.c:45: warning: shadowed declaration is here
src/vidhrdw/laserdsk.c:334: warning: declaration of `buffer' shadows a global de claration
src/vidhrdw/laserdsk.c:45: warning: shadowed declaration is here
c:\mingw\bin\make.exe: *** [obj/noname/vidhrdw/laserdsk.o] Error 1
Anyone have any thoughts on this?
I'll keep trying, but I am not really a C programmer so it could take a while.