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 616776 times)

0 Members and 1 Guest are viewing this topic.

Huggybaby

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 43
  • Last login:November 22, 2012, 12:55:33 pm
Re: hiscore diff (with no nag/white box removal)
« Reply #440 on: June 07, 2010, 04:45:41 pm »
When you compiled 32 bits, did you make sure not to tick any processor optimizations?

Tomy.

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 5
  • Last login:June 10, 2010, 03:46:07 am
Re: hiscore diff (with no nag/white box removal)
« Reply #441 on: June 07, 2010, 11:33:12 pm »
Actually I changed nothing in between the official src download and adding the diff and recompiling which makes the diff the only suspect for me now. I'm using the command line make.
So I've set up the build environment once again from scratch, enabled debug and link maps, turned all optimization off explicitely and we'll see shortly if I get better results now.

Tomy.

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 5
  • Last login:June 10, 2010, 03:46:07 am
Re: hiscore diff (with no nag/white box removal)
« Reply #442 on: June 08, 2010, 12:57:48 am »
Debug build finished and works fine. Will recompile without the debug option next but will explicitely keep optimization=0 (non-debug builds default to 3 otherwise)
Update: non-debug build also works fine when explicitely specifying optimization=0. Strangely the performance significantly dropped compared to a build with no highscore, I tried several games and they are all sluggish. I think I will try some more build options.
« Last Edit: June 08, 2010, 04:36:51 am by Tomy. »

MKChamp

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 502
  • Last login:February 07, 2024, 02:45:53 pm
  • Stil around.
Re: hiscore diff (with no nag/white box removal)
« Reply #443 on: June 09, 2010, 12:26:54 am »
Just some FYI....
I used to always compile my mame on my 'home' computer (dual core) and then move the exe over to my cabinet computer (p4). A few versions back I noticed that the exe would run on the computer it compiled on but the cabinet computer it would throw an exception. I then started compiling on the cabinet computer and the exception errors disappeared. So, without researching further, I came to the concluson that compiling on the computer you(I) was going to run it on was the way to go. Not sure if you are doing the same thing I was doing....

Tomy.

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 5
  • Last login:June 10, 2010, 03:46:07 am
Re: hiscore diff (with no nag/white box removal)
« Reply #444 on: June 09, 2010, 02:25:48 am »
I have tried all the optimizer options and the result is pretty conclusive. With optimization=0 or 1 the latest official mame build as well as after adding hiscore work fine (but game emulation is very sluggish). With optimization=2 the official source works fine, but adding the hiscore diff throws an exception on some machines. With optimization=3 the official again works fine but I could not get it to work on any machine after adding the hiscore.

jimmy2x2x

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1216
  • Last login:December 19, 2018, 01:29:48 am
Re: hiscore diff (with no nag/white box removal)
« Reply #445 on: June 09, 2010, 06:41:54 pm »
Im trying to compile mameui 0.138.1.0 suitable for a PIII celeron

Seems to compile fine, the GUI is fully functioning but crashes on game launch

EDIT:

Changed my compile options to optimize for Intel Core2
ticked:
64 bit processor
dual core
mame ui
disable warnings as error

This compiled version seems to run fine on a c2d win7 x64 system

EDIT2:

optimize for Pentium M, Intel core
ticked:
mame ui
disable warnings as error

This version crashes on game launch on a win7 x64 and win xp sp3 x86 system

EDIT3:

Solved!

Taking advice from this thread, I compiled on the target machine and it now works fine!
2 hour compile on a 1.2 celeron was worth it!
Not sure why this happens tho!

Thanks for all the great work guys, keep it up!

« Last Edit: June 10, 2010, 04:52:43 am by jimmy2x2x »

djvj

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 32
  • Last login:August 12, 2022, 02:39:36 pm
Re: hiscore diff (with no nag/white box removal)
« Reply #446 on: June 10, 2010, 09:04:23 pm »
Would there be any issues with combining the source for mameuifx and mame? I am looking to use uifx, cpu optimized and remove nag screen. Is there any certain order that this would work?

EDIT: I tried this and it had a few errors, so it failed. I patched uifx last btw.
« Last Edit: June 11, 2010, 02:52:31 am by djvj »
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music."

HowTo mod GunCon2 with Aimtraks

Poomobile

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 7
  • Last login:April 06, 2020, 12:03:12 am
Re: hiscore diff (with no nag/white box removal)
« Reply #447 on: June 12, 2010, 02:43:52 am »
Can someone help me?  I have been trying for hours to remove nag screen from mame 138 with no luck...

Everything is running fine...just still have nag screens and no hiscores.  I created the hi directory in my mame directory.

When I look in my mame.c file, I see references to MKChamp so i assuming the diff patch worked...did not get any errors when applied.  I am stumped...

Am I supposed to apply the patch before I run the "makemame" bat file?  That is the only thing that I haven't tried...I ran the 0.138u1 patch before I ran the makemame command and then the hi_138.diff after I compiled mame.  Could that be my mistake?

Pulling my hair out... ???  any help would be appreciated!

EDIT:  Figured it out...need to apply all diffs before compiling mame including the hiscore diff.  So, before you run makemame, apply all diffs. Everything is good now!!
« Last Edit: June 12, 2010, 01:44:47 pm by Poomobile »

MB

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 53
  • Last login:June 17, 2011, 08:25:03 am
Re: hiscore diff (with no nag/white box removal)
« Reply #448 on: June 12, 2010, 06:13:34 pm »
Quick question...
Compiling with Headkaze's program seems not to produce a Mame.exe for me. ???
I read that I need the 2.0 runtime on my computer.
I tried to install it but got the message it wasn't compatible with my Windows version (XP SP3).
Should I try to install one with a higher number like 3.0 or 3.5? Or wouldn't that work?
Really don't know what this stuff does.

Thanks.

MKChamp

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 502
  • Last login:February 07, 2024, 02:45:53 pm
  • Stil around.
Re: hiscore diff (with no nag/white box removal)
« Reply #449 on: June 13, 2010, 01:50:15 am »
Quick question...
Compiling with Headkaze's program seems not to produce a Mame.exe for me. ???
I read that I need the 2.0 runtime on my computer.
I tried to install it but got the message it wasn't compatible with my Windows version (XP SP3).
Should I try to install one with a higher number like 3.0 or 3.5? Or wouldn't that work?
Really don't know what this stuff does.

Thanks.

You might want to post this question over at Headkaze's compiler thread here: http://forum.arcadecontrols.com/index.php?topic=71845.0
Not sure what runtime you are referring to (I'm hard-headed and stuck in the manual ways of compiling things) but if you weren't able to install 2.0, I would try to install the newer versions...couldn't hurt.

MB

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 53
  • Last login:June 17, 2011, 08:25:03 am
Re: hiscore diff (with no nag/white box removal)
« Reply #450 on: June 13, 2010, 03:56:30 am »
I'll do that.
Thanks MKChamp.

MB

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 53
  • Last login:June 17, 2011, 08:25:03 am
Re: hiscore diff (with no nag/white box removal)
« Reply #451 on: June 13, 2010, 05:23:46 pm »
So I finally got mame compiled ok on a different computer but now I really have a question belonging in this thread. :)

The compiled mame.exe got rid of the nag screens but the high score saving doesn't work.
What I did was just replace my old mame.exe with the new compiled mame.exe in my old mame folder.
I added the hiscore.dat and an empty "hi" folder. Made a new mame.ini with the mame -cc command.
I got a highscore on Bubble Bobble (bublbobl) but it didn't get saved in the hi folder. Same with Asteroids.
There is nothing in the nvram folder.

What's wrong? Should I start over with a new mame folder? Change a setting?

Any help is appreciated!

 

MKChamp

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 502
  • Last login:February 07, 2024, 02:45:53 pm
  • Stil around.
Re: hiscore diff (with no nag/white box removal)
« Reply #452 on: June 13, 2010, 10:57:21 pm »
A couple of things to check (assuming you compiled correctly).
1) The hiscore.dat files goes into the same directory the mame.exe file is.
2) The hi folder goes in the same location as the mame.exe.
3) Not sure what front end you are using (if one at all), but try running MAME from a command line (dos prompt) mame asteroid

It's pretty staightforward but sometimes something small is missed or overlooked.

MB

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 53
  • Last login:June 17, 2011, 08:25:03 am
Re: hiscore diff (with no nag/white box removal)
« Reply #453 on: June 14, 2010, 02:29:46 am »
The compile gave no warnings or errors and I checked point 1 and 2. I did run Mame via the Hyperspin frontend.
I'll give it a try via command line and see if that changes things. Thanks for the suggestion. :)

MB

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 53
  • Last login:June 17, 2011, 08:25:03 am
Re: hiscore diff (with no nag/white box removal)
« Reply #454 on: June 14, 2010, 12:21:56 pm »
FIXED! MKChamp, you pointed me in the right direction. I tried running Mame from the command line and then it did save the scores.
So the problem was with my Hyperspin settings. In HyperHQ (where you change the settings for HS) Mame was set to execute via Hyperlaunch.
After I changed that to "normal" instead, the highscores got saved perfectly! :applaud:

Thanks a lot!

MKChamp

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 502
  • Last login:February 07, 2024, 02:45:53 pm
  • Stil around.
Re: hiscore diff (with no nag/white box removal)
« Reply #455 on: June 17, 2010, 03:30:15 pm »
Just FYI...MAME changed considerably in 138u2. Please let me know if the latest patch seems to not work as expected!

MKChamp

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 502
  • Last login:February 07, 2024, 02:45:53 pm
  • Stil around.
Re: hiscore diff (with no nag/white box removal)
« Reply #456 on: July 07, 2010, 11:17:59 am »
MAME 138u3 once again had SIGNIFICANT changes. Please let me know if the new patch has any bugs. I am hoping it doesn't!

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 #457 on: July 11, 2010, 01:06:35 am »
MKChamp, just wanted to say THANK YOU!! for your 'hiscore/nag screens off/whitebox off patch'.

prior to 0.138u2 i used to remove nag screens by editing ui.c (i put 'break;' before each 'case *'):

Code: [Select]
case 0:
break;
if (show_disclaimer && disclaimer_string(machine, messagebox_text).len() > 0)
ui_set_handler(handler_messagebox_ok, 0);
break;

case 1:
break;
if (show_warnings && warnings_string(machine, messagebox_text).len() > 0)
{
ui_set_handler(handler_messagebox_ok, 0);
if (machine->gamedrv->flags & (GAME_WRONG_COLORS | GAME_IMPERFECT_COLORS | GAME_REQUIRES_ARTWORK | GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND | GAME_NO_SOUND))
messagebox_backcolor = UI_YELLOW_COLOR;
if (machine->gamedrv->flags & (GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION))
messagebox_backcolor = UI_RED_COLOR;
}
break;

case 2:
break;
if (show_gameinfo && game_info_astring(machine, messagebox_text).len() > 0)
ui_set_handler(handler_messagebox_anykey, 0);
break;

it worked flawlessly for several years, but stopped working on 0.138u3 - it gave me many compiling errors. so i HAD TO discover new way of doing this. since i'm not a programmer, i couldn't do it in a new way, so i searched the net and found your wonderful diff.

just patched 0.138u3 source with your diff, compiled and voila - no more warning screens again!! also it was nice surprise that all of these options can be turned on and off via new settings in mame.ini. since i'm not interested in hiscore patch, i turned on only no nag and whitebox off patches.

thanks again for the great work!!
MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration

MKChamp

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 502
  • Last login:February 07, 2024, 02:45:53 pm
  • Stil around.
Re: hiscore diff (with no nag/white box removal)
« Reply #458 on: July 11, 2010, 05:05:41 pm »
No need to thank me...I do it for my own cabinet...but I do appreciate the appreciation! :-)

jimmy2x2x

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1216
  • Last login:December 19, 2018, 01:29:48 am
Re: hiscore diff (with no nag/white box removal)
« Reply #459 on: July 11, 2010, 05:12:54 pm »
Well, here's some from me

This is the only build I consider for my setups, Thanks very much!

Flip The Switch

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 61
  • Last login:July 02, 2012, 02:33:48 am
  • I grew extra fingers for gaming....
Re: hiscore diff (with no nag/white box removal)
« Reply #460 on: July 18, 2010, 11:18:10 pm »
Hi im running mameUI 0.138 but the instructions here http://www.headsoft.com.au/index.php?category=mame&page=mc64 are all for mame 0.136?

do i adjust accordingly?

or carry out those steps exactly as it states but download the appropriate hi_136u2.txt file (hi_138.txt??)
:picsMy first cab - Plutos rebuild:pics

MKChamp

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 502
  • Last login:February 07, 2024, 02:45:53 pm
  • Stil around.
Re: hiscore diff (with no nag/white box removal)
« Reply #461 on: July 19, 2010, 03:02:44 am »
I haven't read that post, but you should be able to grab the diff for the mame version you are trying to compile and run the patch using headkaze's compiler program. Using his software should make it easy as pie. Feel free to post back if you run into aby issues.

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 #462 on: July 22, 2010, 04:17:25 am »
i just tried to apply hi_138u3.diff to MAME 0.138u4 source tree and received the following output:

Code: [Select]
patching file src/emu/emu.mak
patching file src/emu/emuopts.c
patching file src/emu/emuopts.h
patching file src/emu/fileio.h
patching file src/emu/hiscore.c
patching file src/emu/hiscore.h
patching file src/emu/machine.c
Hunk #5 succeeded at 361 (offset 2 lines).
patching file src/emu/machine.h
patching file src/emu/mame.c
patching file src/emu/profiler.c
patching file src/emu/profiler.h
patching file src/emu/romload.c
patching file src/emu/ui.c
patching file src/emu/video.c
patching file src/emu/video.h
patching file src/mame/machine/cps2crpt.c
patching file src/osd/osdepend.h
patching file src/osd/windows/video.c
patching file src/osd/windows/window.c
patching file src/osd/windows/window.h

does it mean that machine.c has changed in u4 and i should wait for hi_138u4.diff patch, or i can proceed with this warning?
MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration

MKChamp

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 502
  • Last login:February 07, 2024, 02:45:53 pm
  • Stil around.
Re: hiscore diff (with no nag/white box removal)
« Reply #463 on: July 22, 2010, 10:18:58 am »
That is just a warning...you should be good to go.

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 #464 on: July 22, 2010, 10:49:12 am »
That is just a warning...you should be good to go.

thanks for the information!! much appreciated.
MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration

Flip The Switch

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 61
  • Last login:July 02, 2012, 02:33:48 am
  • I grew extra fingers for gaming....
Re: hiscore diff (with no nag/white box removal)
« Reply #465 on: July 22, 2010, 06:33:48 pm »
Hi there, i compiled once but the new mame exe keeps crashing, did something wrong, asked Headcrazy a few questions and ill try it again.


MKChamp, Im using mame 0.138 so should i be using the 138 - u1 diff file off the first page?
:picsMy first cab - Plutos rebuild:pics

MKChamp

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 502
  • Last login:February 07, 2024, 02:45:53 pm
  • Stil around.
Re: hiscore diff (with no nag/white box removal)
« Reply #466 on: July 22, 2010, 10:46:48 pm »
Hi there, i compiled once but the new mame exe keeps crashing, did something wrong, asked Headcrazy a few questions and ill try it again.


MKChamp, Im using mame 0.138 so should i be using the 138 - u1 diff file off the first page?

Yes, but just one word of advice....make sure you compile it on the machine you will be running it from. I don't know why...and haven't had much desire to investigate...but a few versions back I noticed compiling on a different machine (different specs) than my cabinet caused the executable to crash. Compiling it on the running machine worked great.

Flip The Switch

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 61
  • Last login:July 02, 2012, 02:33:48 am
  • I grew extra fingers for gaming....
Re: hiscore diff (with no nag/white box removal)
« Reply #467 on: July 22, 2010, 11:55:06 pm »
Ok ive ran the compiler twice now, and it hasnt given me an EXE file?

i deleted all the files and started again but it still didnt make the EXE.

hmmf!

rarrrr
:picsMy first cab - Plutos rebuild:pics

Flip The Switch

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 61
  • Last login:July 02, 2012, 02:33:48 am
  • I grew extra fingers for gaming....
Re: hiscore diff (with no nag/white box removal)
« Reply #468 on: July 25, 2010, 02:35:03 am »
Can anyone shed some light where im going wrong? these are the exact steps im taking and not getting an EXE file....

1) Installing the compliler
2) going to the C:\MinGW folder and creating a source folder and then then a mameUI0138 folder (this is the version of mame im compiling)
3) Download the hiscore hi_138.txt (again this is my version of mame)
4) Download the mame0138s.zip and extracted to C:\MinGW\source\MameUI0138
5) Download the updates (0138u1_diff, 0138u2_diff and 0138u3_diff and 0138u4_diff) and extract them to  C:\MinGW\patches
6) Download MameUI source/extracted copy the winui folder to C:\MinGW\source\MameUI0138\src\osd and copy the MameUI.mak to C:\MinGW\source\MameUI0138
7) Applied the official Mame patches 0138u1_diff, 0138u2_diff then 0138u3_diff & 0138u4_diff Applied them by browsing to each one selecting it from the file browser     &selecting "Apply Patch"
Cool Applied the hi_138.txt
9) Set your "Mame Source Folder" to C:\MinGW\source\MameUI0138 and check you have MameUI Compile Option ticked (also selected optimise for Pentium 4 which is the computer in my cabinet)

CLICK GO, usually takes 10 mins or so but im not getting an EXE as i said, can someone help me pleeeeeaseee.

Cheesy
:picsMy first cab - Plutos rebuild:pics

MKChamp

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 502
  • Last login:February 07, 2024, 02:45:53 pm
  • Stil around.
Re: hiscore diff (with no nag/white box removal)
« Reply #469 on: July 25, 2010, 03:47:01 am »
Get the latest hiscore patch...not the 138 one...get the 138u3 - u4  one. Since you are trying to compile a u4 version (hence by you applying the u1 - u4 patches) you need the hiscore patch that works for the u4....and the 138 will not! :-)

Flip The Switch

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 61
  • Last login:July 02, 2012, 02:33:48 am
  • I grew extra fingers for gaming....
Re: hiscore diff (with no nag/white box removal)
« Reply #470 on: July 25, 2010, 05:07:16 am »
Thanks very much Mk, gona try it very soon :) will post with an update.

/EDIT - All working!! thanks very much for ya help MK, finally can save hi scores and i luv no nags!

cheers again!
« Last Edit: July 25, 2010, 07:06:09 am by Flip The Switch »
:picsMy first cab - Plutos rebuild:pics

MKChamp

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 502
  • Last login:February 07, 2024, 02:45:53 pm
  • Stil around.
Re: hiscore diff (with no nag/white box removal)
« Reply #471 on: August 11, 2010, 01:00:40 am »
I'm gonna lose my host site where I kept the diff files coming up in the next month. Can anyone offer or suggest a good place to put them...or offer to host them? I know I could put the time to finding a place on my own...but if anyone can suggest a good place, that would save me the time...and I am very lazy.

Kman-Sweden

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:October 23, 2015, 07:29:00 am
  • Up the Irons!
Re: hiscore diff (with no nag/white box removal)
« Reply #472 on: August 11, 2010, 01:19:21 am »
How much file space are we talking 'bout?

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 #473 on: August 11, 2010, 10:12:28 am »
I'm gonna lose my host site where I kept the diff files coming up in the next month. Can anyone offer or suggest a good place to put them...or offer to host them? I know I could put the time to finding a place on my own...but if anyone can suggest a good place, that would save me the time...and I am very lazy.

i have about 100MB free space on my hosting. the address for your files will look like this:

http://mamestuff.lowtrucks.net/MKChamp/

you will be given FTP access to your folder (MKChamp).

contact me if it suits your needs.

p.s.: lowtrucks.net is my personal domain, and mamestuff.lowtrucks.net is my personal sub-domain.
MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration

MKChamp

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 502
  • Last login:February 07, 2024, 02:45:53 pm
  • Stil around.
Re: hiscore diff (with no nag/white box removal)
« Reply #474 on: August 11, 2010, 11:37:16 pm »
All the files together are less than a meg.

Abelenki...PM sent to ya...

Kman-Sweden

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:October 23, 2015, 07:29:00 am
  • Up the Irons!
Re: hiscore diff (with no nag/white box removal)
« Reply #475 on: August 12, 2010, 02:18:17 am »
I'm glad you worked it out.

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 #476 on: August 12, 2010, 05:03:54 am »
All the files together are less than a meg.

Abelenki...PM sent to ya...

replied you back via PM. everything is set up. ;)
MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration

jimmy2x2x

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1216
  • Last login:December 19, 2018, 01:29:48 am
Re: hiscore diff (with no nag/white box removal)
« Reply #477 on: August 12, 2010, 05:11:26 am »
Good stuff!


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 #478 on: August 12, 2010, 11:55:05 am »
MKChamp, are these 3 warnings okay when patching hi_139.diff to MAME 0.139u1 source tree or i should wait for hi_139u1.diff?:

Code: [Select]
patching file src/emu/emu.mak
Hunk #2 succeeded at 67 (offset 1 line).
patching file src/emu/emuopts.c
patching file src/emu/emuopts.h
patching file src/emu/fileio.h
patching file src/emu/hiscore.c
patching file src/emu/hiscore.h
patching file src/emu/machine.c
Hunk #3 succeeded at 206 with fuzz 2.
patching file src/emu/machine.h
Hunk #1 succeeded at 346 (offset 12 lines).
patching file src/emu/mame.c
patching file src/emu/profiler.c
patching file src/emu/profiler.h
patching file src/emu/romload.c
patching file src/emu/ui.c
patching file src/emu/video.c
patching file src/emu/video.h
patching file src/mame/machine/cps2crpt.c
patching file src/osd/osdepend.h
patching file src/osd/windows/video.c
patching file src/osd/windows/window.c
patching file src/osd/windows/window.h
« Last Edit: August 12, 2010, 11:58:06 am by abelenki »
MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration

MKChamp

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 502
  • Last login:February 07, 2024, 02:45:53 pm
  • Stil around.
Re: hiscore diff (with no nag/white box removal)
« Reply #479 on: August 12, 2010, 02:59:12 pm »
Hey abelenki,
I appreciate the space. I've uploaded the files there and changed the links. I owe you a beer!

You're good with the compile. It's just warnings and not errors. I compiled and it worked. You should be good to go!