Main > Software Forum
hiscore diff (with no nag/white box removal)
abelenki:
--- Quote from: Sorn on July 12, 2016, 11:31:28 pm ---I am. Using the msys64 in console (win32con.bat) with the patching software updated (pacman --needed -Sy patch) and the following syntax
patch --binary -p0 -E <C:\msys32\hi_175.diff
Which results in the same error as the other user had, which I quoted.
--- End quote ---
MKChamp's hi_175.diff should be applied without --binary parameter:
--- Code: ---patch -p0 -E < hi_175.diff
--- End code ---
ozfalcon:
I just loaded up Windows/msys64 (Full console).
Updated the msys64 environment.
Unpacked Mame 0.175 (Twice).
Applied the patch with --binary and it worked without any errors or warnings.
patch --binary -p0 -E <../hi_175.txt
Applied the patch without --binary and it complained about trailing CR/LF (Still appeared to work).
patch -p0 -E <../hi_175.txt
Are you sure you are applying the patch from the correct location?
ozfalcon:
Just to note, There has been a bug fix and you probably want to be using hi_175c.txt
You will also more than likely need to patch hi_175c.txt with the --binary flag.
This post has the fixed revision
http://forum.arcadecontrols.com/index.php/topic,64298.msg1579630.html#msg1579630
Sorn:
--- Quote from: ozfalcon on July 13, 2016, 08:44:35 am ---Just to note, There has been a bug fix and you probably want to be using hi_175c.txt
You will also more than likely need to patch hi_175c.txt with the --binary flag.
This post has the fixed revision
http://forum.arcadecontrols.com/index.php/topic,64298.msg1579630.html#msg1579630
--- End quote ---
Using hi_175c with the --binary flag worked :) thanks!
Sorn:
--- Quote from: Sorn on July 13, 2016, 05:38:06 pm ---
--- Quote from: ozfalcon on July 13, 2016, 08:44:35 am ---Just to note, There has been a bug fix and you probably want to be using hi_175c.txt
You will also more than likely need to patch hi_175c.txt with the --binary flag.
This post has the fixed revision
http://forum.arcadecontrols.com/index.php/topic,64298.msg1579630.html#msg1579630
--- End quote ---
Using hi_175c with the --binary flag worked :) thanks!
--- End quote ---
Hah, spoke too soon! Patching works but compiling does not?
make[2]: *** No rule to make target '../../../../../src/emu/hiscore.cpp', needed by '../../../../mingw-gcc/obj/x64/Release/src/emu/hisc
ore.o'. Stop.
make[2]: *** Waiting for unfinished jobs....
Compiling src/devices/cpu/sh2/sh2dasm.cpp...
...continues compiling...
makefile:67: recipe for target 'emu' failed
make[1]: *** [emu] Error 2
make[1]: *** Waiting for unfinished jobs....
Compiling src/mame/audio/targ.cpp...
...continues compiling....then gets to
Compiling src/devices/cpu/tms57002/57002dsm.cpp...
Archiving libdasm.a...
makefile:947: recipe for target 'windows_x64' failed
make: *** [windows_x64] Error 2
Any idea? :)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version