| Main > Software Forum |
| hiscore diff (with no nag/white box removal) |
| << < (234/250) > >> |
| ozfalcon:
I have noticed the hiscore.dat download page has changed. http://highscore.mameworld.info/download.htm This may be confusing for some. If you are using this hiscore patch rather than the built in Lua hiscore then the hiscore.dat file you want is this one. --- Quote ---Click To download the old format hiscore.dat (pre mame v0174) --- End quote --- |
| abelenki:
--- Quote from: ozfalcon on July 27, 2016, 08:42:40 am ---hi_176.txt Patches, Compiles & Appears to run ok, But not sure if what I have done is correct. (MKChamp?) --- End quote --- thanks, ozfalcon! |
| abelenki:
hi_176.txt doesn't compile for me. i have these errors: --- Code: ---Compiling src/emu/machine.cpp... ../../../../../src/emu/machine.cpp: In member function 'int running_machine::run(bool)': ../../../../../src/emu/machine.cpp:316:5: error: this 'if' clause does not guard... [-Werror=misleading-indentation] if (! options().disable_hiscore_patch()) ^~ ../../../../../src/emu/machine.cpp:322:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' m_save.allow_registration(false); ^~~~~~ cc1plus.exe: all warnings being treated as errors emu.make:1021: recipe for target '../../../../mingw-gcc/obj/x64/Release/src/emu/machine.o' failed make[2]: *** [../../../../mingw-gcc/obj/x64/Release/src/emu/machine.o] Error 1 makefile:70: recipe for target 'emu' failed make[1]: *** [emu] Error 2 makefile:959: recipe for target 'windows_x64' failed make: *** [windows_x64] Error 2 --- End code --- |
| ozfalcon:
--- Quote from: abelenki on July 28, 2016, 12:50:54 am ---hi_176.txt doesn't compile for me. i have these errors: --- Code: ---[-Werror=misleading-indentation] cc1plus.exe: all warnings being treated as errors --- End code --- --- End quote --- Thats odd it doesn't show any warning under Linux. Try compiling with the -nowerror flag as a workaround. |
| ozfalcon:
The warning is about text indent formatting. This patch has some spaces replaced with tabs to correct the indenting. It should compile without warning now..... |
| Navigation |
| Message Index |
| Next page |
| Previous page |