Main > Software Forum
hiscore diff (with no nag/white box removal)
ozfalcon:
--- Quote from: brucelee00 on July 16, 2016, 01:46:09 am ---here is a screen shot of all my paths within Mame Compiler 64 everything is exactly how I use to do it without issues.
As far as applying this patch --binary -p0 -E <C:\msys32\hi_175.diff can someone elaborate the steps on this ?
am I supposed to do this in windows CMD ?
I never had to do any of these steps before I am use to just applying the patch within Mame compiler on the patch tab
--- End quote ---
Follow the instructions here:
http://forum.attractmode.org/index.php?topic=348.0
brucelee00:
--- Quote from: ozfalcon on July 16, 2016, 12:58:31 pm ---
--- Quote from: brucelee00 on July 16, 2016, 01:46:09 am ---here is a screen shot of all my paths within Mame Compiler 64 everything is exactly how I use to do it without issues.
As far as applying this patch --binary -p0 -E <C:\msys32\hi_175.diff can someone elaborate the steps on this ?
am I supposed to do this in windows CMD ?
I never had to do any of these steps before I am use to just applying the patch within Mame compiler on the patch tab
--- End quote ---
Follow the instructions here:
http://forum.attractmode.org/index.php?topic=348.0
--- End quote ---
That helped. Thank you! Now, how would I compile via cmd line using the various options in Mame compiler 64 ? for example just make a Mess compile or making sure direct input is or isn't compiled etc...
abelenki:
hi_175.txt doesn't work with 0.176 source tree.
ozfalcon:
--- Quote from: abelenki on July 27, 2016, 06:18:02 am ---hi_175.txt doesn't work with 0.176 source tree.
--- End quote ---
hi_176.txt Patches, Compiles & Appears to run ok, But not sure if what I have done is correct. (MKChamp?)
Changed hiscore.cpp Line #372
From:
timer = machine.scheduler().timer_alloc(FUNC(hiscore_periodic));
To:
timer = machine.scheduler().timer_alloc(timer_expired_delegate(FUNC(hiscore_periodic), &machine));
MKChamp:
--- Quote from: ozfalcon on July 27, 2016, 08:42:40 am ---
--- Quote from: abelenki on July 27, 2016, 06:18:02 am ---hi_175.txt doesn't work with 0.176 source tree.
--- End quote ---
hi_176.txt Patches, Compiles & Appears to run ok, But not sure if what I have done is correct. (MKChamp?)
Changed hiscore.cpp Line #372
From:
timer = machine.scheduler().timer_alloc(FUNC(hiscore_periodic));
To:
timer = machine.scheduler().timer_alloc(timer_expired_delegate(FUNC(hiscore_periodic), &machine));
--- End quote ---
Looks and runs good to me. Uploaded to the front page. Thanks once again for getting this so fast!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version