Hey everyone,
I put some of Sir Poonga's hack's into the mame source, but I am having trouble compiling. I followed the instructions on mame.net, but I get 2 problems with the makefile.
C:\Temp\MAME>make
Compiling src/version.c...
cc1.exe: Invalid option `-Wdisabled-optimization'
cc1.exe: unknown C standard `gnu99'
make: *** [obj/mame/version.o] Error 1
I know I could comment out -Wdisabled-optimization but I dont know what it does or an alternative.
I don't know what to replace gnu99 with.
Also, I have an Athlon XP 1800+, so do I want the 686 optimized version?
Thanks in advance!