Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: hiscore diff (with no nag/white box removal)  (Read 616665 times)

0 Members and 1 Guest are viewing this topic.

dav777

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 1
  • Last login:October 13, 2021, 10:37:23 am
  • I want to build my own arcade controls!
Re: hiscore diff (with no nag/white box removal)
« Reply #1200 on: February 05, 2017, 12:13:38 pm »
Hi, can anyone put me on the right track to use the suppression patches? I am pulling my hair our trying to patch the source code. I keep getting the following:

Code: [Select]
c:\buildtools\src\0182>patch -l -p0 -E <..\suppression_0182u0.diff
patching file src/emu/render.cpp
Hunk #1 FAILED at 1398 (different line endings).
1 out of 1 hunk FAILED -- saving rejects to file src/emu/render.cpp.rej
patching file src/frontend/mame/ui/ui.cpp
Hunk #1 FAILED at 317 (different line endings).
Hunk #2 FAILED at 779 (different line endings).
2 out of 2 hunks FAILED -- saving rejects to file src/frontend/mame/ui/ui.cpp.rej

ozfalcon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 156
  • Last login:April 07, 2022, 04:55:03 am
  • ZSystem
Re: hiscore diff (with no nag/white box removal)
« Reply #1201 on: February 08, 2017, 05:28:44 pm »
Hi, can anyone put me on the right track to use the suppression patches? I am pulling my hair our trying to patch the source code. I keep getting the following:

Code: [Select]
c:\buildtools\src\0182>patch -l -p0 -E <..\suppression_0182u0.diff
patching file src/emu/render.cpp
Hunk #1 FAILED at 1398 (different line endings).
1 out of 1 hunk FAILED -- saving rejects to file src/emu/render.cpp.rej
patching file src/frontend/mame/ui/ui.cpp
Hunk #1 FAILED at 317 (different line endings).
Hunk #2 FAILED at 779 (different line endings).
2 out of 2 hunks FAILED -- saving rejects to file src/frontend/mame/ui/ui.cpp.rej

Use the binary option
Code: [Select]
patch --binary -p0 -E <patch.diff

BGoulette

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 192
  • Last login:March 25, 2024, 05:19:40 pm
    • lazerjoose.com
Re: hiscore diff (with no nag/white box removal)
« Reply #1202 on: February 17, 2017, 05:03:15 pm »
[deleted]

Took the Attract Mode forums' approach. Seems to be working!
« Last Edit: February 17, 2017, 06:02:32 pm by BGoulette »

abelenki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 131
  • Last login:December 21, 2022, 06:58:00 pm
    • MAME Stuff
Re: hiscore diff (with no nag/white box removal)
« Reply #1203 on: February 22, 2017, 12:37:40 am »
suppression_0182u0.txt works fine with 0.183 source tree.
MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: hiscore diff (with no nag/white box removal)
« Reply #1204 on: February 23, 2017, 04:50:10 am »
I'm having a strange problem when compiling 0.179 for Windows x64. Everything works perfectly, but when I use the compiled file, exiting Mame gives me rubbish text output. I've tried compiling with numerous options, but it happens even when compiling without changing anything at all - installing fresh compile tools and untouched source files doesn't solve it. Never experienced this before, I think.

And this doesn't happen when using the pre-compiled version, so it boils down to being something that happens when I compile.

Anyone know what this is, and how to fix it? It's not a huge problem, as everything else seems to be working perfectly, but something obviously isn't right.

I tracked down the bug in MAME and reported it to MAMEDev so it should hopefully be fixed in the next release.

If you want to fix it yourself for now; the problem is specifically in the guid_to_string() method located in the file src\osd\modules\input\input_dinput.h

Open input_dinput.h in a text editor and do a search for "sprintf_s" replacing it with "snprintf". Now compile it again and the bug is fixed.

EDIT: It appears compiling MAME with the latest compile tools (GCC 6.3.0) doesn't require this patch.
« Last Edit: February 25, 2017, 09:45:27 am by headkaze »

Yardley

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 137
  • Last login:September 20, 2023, 07:35:08 pm
  • I want to build my own arcade controls!
Re: hiscore diff (with no nag/white box removal)
« Reply #1205 on: May 04, 2017, 09:35:51 pm »
Hi guys, I just got hiscore working on MAME 182. Hoping someone can clear up the following for me. I tested with Pac-Man which makes perfect sense, I start with an empty "hi" folder and the high score in the game is blank. I play a bit, high score increases, I exit and there is not a file in the "hi" folder. But, if I try this with Donkey Kong, I start with no file in the "hi" folder however the game still shows a high score. What gives?

plataoubuntu

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 4
  • Last login:May 15, 2017, 04:53:27 pm
  • I want to build my own arcade controls!
Re: hiscore diff (with no nag/white box removal)
« Reply #1206 on: May 12, 2017, 01:13:04 pm »
Hello! I'm trying to download the hiscore hi_180 and later MKChamp patches, where are the patches being posted now? Can someone give me the download link of the latest version? thank you!!!!

plataoubuntu

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 4
  • Last login:May 15, 2017, 04:53:27 pm
  • I want to build my own arcade controls!
Re: hiscore diff (with no nag/white box removal)
« Reply #1207 on: May 12, 2017, 01:15:55 pm »
I do not know if I can post this tip here.

I did a video showing how to add Sega cd songs in the final fight of the arcade!



ozfalcon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 156
  • Last login:April 07, 2022, 04:55:03 am
  • ZSystem
Re: hiscore diff (with no nag/white box removal)
« Reply #1208 on: June 11, 2017, 10:24:10 pm »
Reminder to all users,

The last HiScore patch was version 0.178.
Since then HiScore has been supported by standard Mame plugin.

To enable HiScore support in Mame 0.179 and greater you must enable the HiScore plugin that comes with standard Mame.

The suppression patch continues on from 0.178 but is separate and not related to the new standard HiScore plugin.

Old and New patches may be downloaded here:
http://mamestuff.lowtrucks.net/MKChamp/

Instructions are on the first page of this thread here:
http://forum.arcadecontrols.com/index.php?topic=64298.0

abispac

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1497
  • Last login:Yesterday at 01:01:09 pm
Re: hiscore diff (with no nag/white box removal)
« Reply #1209 on: June 20, 2017, 11:37:04 pm »
Reminder to all users,

The last HiScore patch was version 0.178.
Since then HiScore has been supported by standard Mame plugin.

To enable HiScore support in Mame 0.179 and greater you must enable the HiScore plugin that comes with standard Mame.

The suppression patch continues on from 0.178 but is separate and not related to the new standard HiScore plugin.

Old and New patches may be downloaded here:
http://mamestuff.lowtrucks.net/MKChamp/

Instructions are on the first page of this thread here:
http://forum.arcadecontrols.com/index.php?topic=64298.0
can anyone add this to the main post please.

Jukecade

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 56
  • Last login:September 04, 2017, 04:39:18 pm
Re:Looking for MAME 0.141nonag and hi-score
« Reply #1210 on: September 02, 2017, 03:32:26 pm »
Yes before you say I know its an old version but its a version that Ive used for ages and it works for me.

Im trying to find a copy of the compiled version of MAME 0.141 with the no-nag and hi score. This time the statement "Google is your friend" is not true as it hasn't helped me find the .exe version or even the bits I need to compile a version (which I really really Dont want to do!). All link dead and buried or in foreign language which Chrome refuses to translate.

So please anyone throw me a bone - can anyone give me a copy or a link for the .exe version of MAME 0.141

Thank you, love and hugs to all
Jukecade - The Jukebox for your MAME Cabinet

eldiego

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 37
  • Last login:March 09, 2024, 11:01:54 am
  • I do my daytona twin, arcade 4 players and vpin!!!
Re: hiscore diff (with no nag/white box removal)
« Reply #1211 on: September 06, 2017, 06:42:47 pm »
Hi, baddudes save high score in 182 but not in 183. This is normal or i missed something

Perihelion

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 10
  • Last login:November 24, 2019, 06:41:11 am
  • itse meee!
Re: hiscore diff (with no nag/white box removal)
« Reply #1212 on: December 15, 2017, 10:18:18 am »
hello everyone,
been trying to patch my 0161 but havent succeeded yet :(

1. mr dos way:
followed each and every step and used the folders as in the description,
changed the paths in th makemame and patchmame to mingw64-w32,
successfully patched,
but got an error compiling:
makefile:641: *** Python is not available in path.

hunting down the error i found a post suggesting to adding paths as in this post:
http://www.mameworld.info/ubbthreads/showflat.php?Cat=&Number=333434&page=&view=&sb=5&o=&vc=1

used that, but maybe  this doesnt seem to work with my version?
now it starts compiling but halts on this error:
*** mingw 64 is not set

i tried working it out with mamecompiler 64 too but it gives me tons of errors aswell :/

so what could possibly be of help?

first of all i spent a lot of time preparing everything as is into my cabinet and setting it up on an old XP-PC and hiding the system, using a front end etc
and im not too keen on using a newer version of mame.
i fear that i would have to start from scratch building my game lists, and front end design.
would i have to get new roms for the newest mame?

hope you guys can help me out patching version 161,
i know a lot of water went down that bridge...

ozfalcon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 156
  • Last login:April 07, 2022, 04:55:03 am
  • ZSystem
Re: hiscore diff (with no nag/white box removal)
« Reply #1213 on: December 16, 2017, 06:26:17 pm »
hello everyone,
been trying to patch my 0161 but havent succeeded yet :(

You should first successfully compile your version of Mame without any patches.
Once you are able to do that, Then try applying the patch and compiling.

Your description could be a compiler mismatch.
Mame version/compiler requirements change over time.

While there is no official resource for such information (That I am aware of ),
The Mame Action Replay Page may be helpful.
http://replay.marpirc.net/

abelenki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 131
  • Last login:December 21, 2022, 06:58:00 pm
    • MAME Stuff
Re: hiscore diff (with no nag/white box removal)
« Reply #1214 on: February 01, 2018, 02:29:38 am »
patch.exe doesn't work on latest Windows 1709.

it gives the following error:

Code: [Select]
D:\emulation\ExtraStuff\BuildTools\usr\bin\patch.exe: **** Can't create file D:\Temp /ppa19188 : No such file or directory
but D:\Temp is there, and security rights are correct.

does anyone have patch.exe, which works on Windows 1709? none of these work:

http://gnuwin32.sourceforge.net/packages/patch.htm
http://geoffair.net/projects/patch.htm
MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration

krick

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2006
  • Last login:February 08, 2023, 08:30:27 pm
  • Gotta have blue hair.
Re: hiscore diff (with no nag/white box removal)
« Reply #1215 on: February 01, 2018, 02:38:37 am »
Code: [Select]
D:\emulation\ExtraStuff\BuildTools\usr\bin\patch.exe: **** Can't create file D:\Temp /ppa19188 : No such file or directory

Is there supposed to be a space in D:\Temp\ppa19188 ?

Exactly what commands are you issuing that leads to this error?
Hantarex Polo 15KHz
Sapphire Radeon HD 7750 2GB (GCN)
GroovyMAME 0.197.017h_d3d9ex
CRT Emudriver & CRT Tools 2.0 beta 13 (Crimson 16.2.1 for GCN cards)
Windows 7 Home Premium 64-bit
Intel Core i7-4790K @ 4.8GHz
ASUS Z87M-PLUS Motherboard

abelenki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 131
  • Last login:December 21, 2022, 06:58:00 pm
    • MAME Stuff
Re: hiscore diff (with no nag/white box removal)
« Reply #1216 on: February 01, 2018, 02:57:18 am »
Exactly what commands are you issuing that leads to this error?
any commands. or just running patch.exe without any parameters.
MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration

abelenki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 131
  • Last login:December 21, 2022, 06:58:00 pm
    • MAME Stuff
Re: hiscore diff (with no nag/white box removal)
« Reply #1217 on: February 01, 2018, 05:37:36 am »
i found patch.exe, which works correctly on Windows 1709. it's from latest cygwin package.

you can get it here:

http://mamestuff.lowtrucks.net/Files/Scripts/MAME-BuildTools.zip
MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration

dkssprs

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 205
  • Last login:February 23, 2023, 01:32:26 pm
    • Bub & Bob's BARTOP
Re: hiscore diff (with no nag/white box removal)
« Reply #1218 on: March 06, 2018, 10:24:23 am »
hi all

i have installed before 2 years the mame 0.158 no nag hiscores.

I recently had to do a format to the hard drive. The files which are for mame (mame , roms etc)  i copied them before the format into a usb stick.

I instaled windows and copied the mame files to the fresh windows.

SInce then the hiscores save doesnt work.

 It has been long time ago since the last time i was setting up mame 0.158 and i think i have forgot what to look for.

Any ideas what i could do to fix it.


ericlecarde

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 5
  • Last login:April 07, 2018, 09:44:07 am
  • I want to build my own arcade controls!
Re: hiscore diff (with no nag/white box removal)
« Reply #1219 on: April 07, 2018, 09:42:49 am »
I just did the same thing and I'm now on MAME 0.19664 bit.

Anyone know if this still works?

Jumpstile

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 29
  • Last login:January 05, 2021, 11:59:18 pm
Re: hiscore diff (with no nag/white box removal)
« Reply #1220 on: April 07, 2018, 12:54:48 pm »
Make sure cheats are turned off.


Sent from my iPhone using Tapatalk

ozfalcon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 156
  • Last login:April 07, 2022, 04:55:03 am
  • ZSystem
Re: hiscore diff (with no nag/white box removal)
« Reply #1221 on: April 28, 2018, 10:45:04 am »
Reminder to all users,

The last HiScore patch was version 0.178.
Since then HiScore has been supported by standard Mame plugin.

To enable HiScore support in Mame 0.179 and greater you must enable the HiScore plugin that comes with standard Mame.

The suppression patch continues on from 0.178 but is separate and not related to the new standard HiScore plugin.

Old and New patches may be downloaded here:
http://mamestuff.lowtrucks.net/MKChamp/

Instructions are on the first page of this thread here:
http://forum.arcadecontrols.com/index.php?topic=64298.0

dkssprs

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 205
  • Last login:February 23, 2023, 01:32:26 pm
    • Bub & Bob's BARTOP
Re: hiscore diff (with no nag/white box removal)
« Reply #1222 on: August 13, 2018, 05:55:00 am »
hi all

i have installed before 2 years the mame 0.158 no nag hiscores.

I recently had to do a format to the hard drive. The files which are for mame (mame , roms etc)  i copied them before the format into a usb stick.

I instaled windows and copied the mame files to the fresh windows.

SInce then the hiscores save doesnt work.

 It has been long time ago since the last time i was setting up mame 0.158 and i think i have forgot what to look for.

Any ideas what i could do to fix it.

does anyone have any ideas how i can fix it ?

thanks in advance!

ozfalcon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 156
  • Last login:April 07, 2022, 04:55:03 am
  • ZSystem
Re: hiscore diff (with no nag/white box removal)
« Reply #1223 on: August 13, 2018, 06:42:29 am »
hi all

i have installed before 2 years the mame 0.158 no nag hiscores.

I recently had to do a format to the hard drive. The files which are for mame (mame , roms etc)  i copied them before the format into a usb stick.

I instaled windows and copied the mame files to the fresh windows.

SInce then the hiscores save doesnt work.

 It has been long time ago since the last time i was setting up mame 0.158 and i think i have forgot what to look for.

Any ideas what i could do to fix it.

does anyone have any ideas how i can fix it ?

thanks in advance!
Regarding older versions of the high score save (Pre plugin),
Sounds like your highscore.dat file is not being found.

Try reading this thread for info on correct setup.
https://www.aussiearcade.com/showthread.php/63254-ZSystem-Hi_Score-Config-Correctly-setting-up-Hi_Score-patch-and-options
« Last Edit: August 13, 2018, 06:44:29 am by ozfalcon »

ninja2bceen

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 7
  • Last login:March 22, 2024, 06:41:08 am
  • I want to build my own arcade controls!
Re: hiscore diff (with no nag/white box removal)
« Reply #1224 on: August 13, 2018, 06:44:55 am »



Sent from my iPhone using Tapatalk

dkssprs

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 205
  • Last login:February 23, 2023, 01:32:26 pm
    • Bub & Bob's BARTOP
Re: hiscore diff (with no nag/white box removal)
« Reply #1225 on: September 12, 2018, 06:51:15 am »
hi all

i have installed before 2 years the mame 0.158 no nag hiscores.

I recently had to do a format to the hard drive. The files which are for mame (mame , roms etc)  i copied them before the format into a usb stick.

I instaled windows and copied the mame files to the fresh windows.

SInce then the hiscores save doesnt work.

 It has been long time ago since the last time i was setting up mame 0.158 and i think i have forgot what to look for.

Any ideas what i could do to fix it.

does anyone have any ideas how i can fix it ?

thanks in advance!
Regarding older versions of the high score save (Pre plugin),
Sounds like your highscore.dat file is not being found.

Try reading this thread for info on correct setup.
https://www.aussiearcade.com/showthread.php/63254-ZSystem-Hi_Score-Config-Correctly-setting-up-Hi_Score-patch-and-options

SOLVED with weird method.

I realized that the mame ini file couldnt be modified and saved.  If i try to modify the ini file and click on save the windows for "save as" was  poping up. The solution was to copy the ini file to desktop, delete the original ini file and paste at the folder the ini which was at the desktop.

I did the same to the hiscore file of every game and now mame is able to save the hiscores.

weird huh?

albarellij

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 13
  • Last login:October 24, 2018, 09:31:29 am
  • I'm a llama!
Re: hiscore diff (with no nag/white box removal)
« Reply #1226 on: September 28, 2018, 09:05:22 am »
I'm trying to compile v0.113, having nothing but issues.  I know, its old, but I had a machine set up with the complete ROM set and artwork and everything, and it does what I need except for the nag screen and high scores.  So I'm following MrDo's instructions, compiling a clean version first, source code downloaded from mamedev.org, and I get a LOT of errors...unrecognized command line option "-Wno-unused-functions" and "error function defined but not used".  It quits on this, seems to be hanging up on champbas.o...but if I tell compiler to ignore errors and continue, it happens on seemingly all of the .o files...any help would be appreciated, either directions or  a compiled .113...Thanks!

NEVER MIND, using Mame Compiler 64 v1.17, on Windows 7 (was previously working in Win 10) with Disable Warnings as Error checked, it seems to be working.  I couldn't find this option (disable warnings as error) on the current Mamedev development tools...
« Last Edit: September 28, 2018, 09:36:45 am by albarellij »

ozfalcon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 156
  • Last login:April 07, 2022, 04:55:03 am
  • ZSystem
Re: hiscore diff (with no nag/white box removal)
« Reply #1227 on: April 28, 2019, 09:07:10 pm »
General notice on the suppression patches.

The suppression patches have been renamed to reflect updates and readme files added to inform the differences between them.

Example:
suppression_XXXu0.txt
suppression_XXXu1.txt
suppression_XXXu2.txt

They have also been backported to suppression_0178 for anyone that want's to manually apply to older versions.
(I'm not going to backport the latest suppression patch to every release post 0178)

The patches themselves have not changed, Only the labeling.

This is not related to the way Mame used to push updates to standard Mame releases.
Though I might relabel the suppression patches "u" --> "v" if it does cause too much confusion.

mikea213

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 2
  • Last login:January 26, 2021, 02:55:01 am
  • I want to build my own arcade controls!
Re: hiscore diff (with no nag/white box removal)
« Reply #1228 on: September 26, 2019, 05:53:04 pm »
Trying to compile an arcade64 ver for 214 and getting the following error. When I launch a game I see a flash msg for few sec which I never got on my other compiles. Any ideas how to fix? Something change in this version?


[MINGW64] d:\buildtools\src>patch --binary -p0 -E  0<Suppression_0214.diff
patching file src/emu/render.cpp
Hunk #1 FAILED at 1364 (different line endings).
1 out of 1 hunk FAILED -- saving rejects to file src/emu/render.cpp.rej
patching file src/frontend/mame/ui/mainmenu.cpp
Hunk #1 FAILED at 123 (different line endings).
Hunk #2 FAILED at 133 (different line endings).
2 out of 2 hunks FAILED -- saving rejects to file src/frontend/mame/ui/mainmenu.cpp.rej
patching file src/frontend/mame/ui/ui.cpp
Hunk #1 FAILED at 329 (different line endings).
Hunk #2 FAILED at 791 (different line endings).
2 out of 2 hunks FAILED -- saving rejects to file src/frontend/mame/ui/ui.cpp.rej

Thanks

TapperP

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 18
  • Last login:September 27, 2019, 12:26:28 pm
  • Love classic arcade games!
Re: hiscore diff (with no nag/white box removal)
« Reply #1229 on: September 26, 2019, 11:30:44 pm »
Trying to compile an arcade64 ver for 214 and getting the following error. When I launch a game I see a flash msg for few sec which I never got on my other compiles. Any ideas how to fix? Something change in this version?


[MINGW64] d:\buildtools\src>patch --binary -p0 -E  0<Suppression_0214.diff
patching file src/emu/render.cpp
Hunk #1 FAILED at 1364 (different line endings).
1 out of 1 hunk FAILED -- saving rejects to file src/emu/render.cpp.rej
patching file src/frontend/mame/ui/mainmenu.cpp
Hunk #1 FAILED at 123 (different line endings).
Hunk #2 FAILED at 133 (different line endings).
2 out of 2 hunks FAILED -- saving rejects to file src/frontend/mame/ui/mainmenu.cpp.rej
patching file src/frontend/mame/ui/ui.cpp
Hunk #1 FAILED at 329 (different line endings).
Hunk #2 FAILED at 791 (different line endings).
2 out of 2 hunks FAILED -- saving rejects to file src/frontend/mame/ui/ui.cpp.rej

Thanks

There is not a 0214 suppression patch yet @ http://mamestuff.lowtrucks.net/MKChamp/ The last one I see there is for MAME 0213.
What patch are you using?

mikea213

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 2
  • Last login:January 26, 2021, 02:55:01 am
  • I want to build my own arcade controls!
Re: hiscore diff (with no nag/white box removal)
« Reply #1230 on: September 27, 2019, 05:54:03 am »
using the patch from the last one since the last few patches havent changed any but the name of the file. I can make a mame64 from it that works perfect but if I do a Arcade64 I get a box its not hiding when loading a game. I figure it has something to do with those errors Im getting.
« Last Edit: September 27, 2019, 05:58:35 am by mikea213 »

TapperP

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 18
  • Last login:September 27, 2019, 12:26:28 pm
  • Love classic arcade games!
Re: hiscore diff (with no nag/white box removal)
« Reply #1231 on: September 27, 2019, 12:27:00 pm »
I see. No idea. Maybe someone more knowledgeable can offer advice.

romshark

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 389
  • Last login:October 16, 2023, 02:50:59 pm
  • Arcade and Robotics enthusiast
Re: hiscore diff (with no nag/white box removal)
« Reply #1232 on: January 23, 2020, 02:16:28 pm »
Ok, I'm trying to update things, but I've hit some roadblocks. Since the instructions at Mr. Do just point now to the Maindev.org tools page, I followed the instructions on that page.

I did successfully install the environment and compile a standard version of MAME.

The problem is I don't know how to actually apply the diffs.

I did install the cygwin tools mentioned back on Feb 1, 2018. I then download the supression diff, and change the extension to .diff and put it in the src directory. I tried running both patch programs (03-patch-diff and 04-patch-binary-diff). It asks for the files, but then:
Code: [Select]
[MINGW64] G:\z_compile\msys64\src>03-patch-diff

[MINGW64] G:\z_compile\msys64\src>set /p fname=Enter filename:
Enter filename: suppression_0217u2.diff

[MINGW64] G:\z_compile\msys64\src>call ..\win32\env.bat

[MINGW64] G:\z_compile\msys64\src>patch -p0 -E  0<suppression_0217u2.diff
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Nru oldsrc/emu/render.cpp src/emu/render.cpp
|--- oldsrc/emu/render.cpp      2019-12-25 12:10:11.000000000 +1100
|+++ src/emu/render.cpp 2020-01-01 11:38:09.461387894 +1100
--------------------------
File to patch:

I tried specifying "mame", but that did nothing.

I did try the simple command "patch" but that seems to cause the compiler to produce blank lines waiting for an input.

So what silly little thing am I doing wrong? Am I running the wrong command? Putting the diff in the wrong place? Or is there something specific I need to enter for "file to patch?"

Also, I remember there used to be options to set for an AMD or Intel processor (probably others too.) Is that still a thing, or are the versions pretty much the same now?

romshark

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 389
  • Last login:October 16, 2023, 02:50:59 pm
  • Arcade and Robotics enthusiast
Re: hiscore diff (with no nag/white box removal)
« Reply #1233 on: January 24, 2020, 09:45:42 am »
Ok, I found the answer on the previous page. As long as I made sure to use the latest MAME source code and diffs, it worked great. Also compiled a heck of a lot faster than the "MAMEdev" instructions, probably because these instructions state how to use all my processor cores for compiling.



Follow the instructions here:
http://forum.attractmode.org/index.php?topic=348.0

abelenki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 131
  • Last login:December 21, 2022, 06:58:00 pm
    • MAME Stuff
Re: hiscore diff (with no nag/white box removal)
« Reply #1234 on: March 24, 2022, 08:10:40 pm »
hello everyone,

i'm currently having problems with hosting - MKChamp / ozfalcon directory with patches is unavailable for now.

it's up again:

http://forum.arcadecontrols.com/index.php/topic,64298.msg1754240.html#msg1754240
« Last Edit: April 11, 2022, 10:00:50 am by abelenki »
MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration

Robbbert

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 205
  • Last login:Yesterday at 04:46:09 am
Re: hiscore diff (with no nag/white box removal)
« Reply #1235 on: March 26, 2022, 05:19:41 am »
Page not found.

abelenki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 131
  • Last login:December 21, 2022, 06:58:00 pm
    • MAME Stuff
Re: hiscore diff (with no nag/white box removal)
« Reply #1236 on: March 26, 2022, 05:37:16 am »
Page not found.
sorry, i accidentally removed it.

now i reuploaded it again. the link is updated in original post.
MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration

Robbbert

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 205
  • Last login:Yesterday at 04:46:09 am
Re: hiscore diff (with no nag/white box removal)
« Reply #1237 on: March 26, 2022, 08:18:54 am »
Thanks, got it.

ozfalcon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 156
  • Last login:April 07, 2022, 04:55:03 am
  • ZSystem
Re: hiscore diff (with no nag/white box removal)
« Reply #1238 on: April 07, 2022, 04:55:03 am »
I need to catch up with the latest versions as well.
PM me when you have the hosting sorted.
ATB


hello everyone,

i'm currently having problems with hosting - MKChamp / ozfalcon directory with patches is unavailable for now.

here's current backup of these patches:

https://drive.google.com/file/d/1pDmLpgfLE2uYMAwwrYDUrW8Qg84F60x9/view?usp=sharing

abelenki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 131
  • Last login:December 21, 2022, 06:58:00 pm
    • MAME Stuff
Re: hiscore diff (with no nag/white box removal)
« Reply #1239 on: April 07, 2022, 07:00:55 am »
I need to catch up with the latest versions as well.
PM me when you have the hosting sorted.
yep.
MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration