View Full Version : Need a little help with removing nag screens and adding hiscores in mame.137.
scbadboy
03-16-2010, 07:06 PM
I figure someone here knows how to do it.
http://forum.arcadecontrols.com/index.php?topic=64298.0
I've been trying to follow this site, and I'm just not having any luck, I'm using Mame Compiler 64 to enter the diff files in to the source, but what do I do with the source files after its done compiling there isn't an executable mame file in the source.
sorry I really am new to this
I'm trying to add hiscores, and remove nag screens and white box.
SophT
03-16-2010, 07:37 PM
I've been trying to follow this site, and I'm just not having any luck, I'm using Mame Compiler 64 to enter the diff files in to the source, but what do I do with the source files after its done compiling there isn't an executable mame file in the source.
sounds like you're doing it right. it won't be in the sources folder though- it'll be up one folder. there's like 10 files that it creates:
mame.exe
chdman.exe
some folders,
etc...
scbadboy
03-16-2010, 08:42 PM
hmmm I'll try running through it again and see if I missed a step cause I can't find those files anywhere
scbadboy
03-17-2010, 01:57 PM
ok it keeps randomly finding errors and stopping moy sure on the next step
mviars
04-02-2010, 10:40 PM
IM having this same issue cant find any .exe files after compile. Even did a drive search and it did nit find any extra mame.exe files
Aphexdash
04-03-2010, 12:11 AM
for some reason the newest MAME borks when compiling Processor Optimized builds, the only way I could get good builds from Mame 0.137u1 was to compile without specific processor optimizations;
ie./
make -j3
not make -j3 -ARCHOPTS="-march=Core2" etc.
Aphexdash
04-03-2010, 12:18 AM
I find it easier to use just the mame tools
1. Extract 'mingw-mame-w32-20100102.exe' to C:\
2. Extract 'mame0137s.exe' to C:\MAMESRC
3. copy 'hi_137.diff' to C:\MAMESRC
- copy '0137u1.diff' to C:\MAMESRC
4. Enter C:\MAMESRC
5. Create a file called 'CompileIt.bat'
6. Right click CompileIt.bat and paste this;
@echo off
path=C:\mingw64-w32\bin
patch -p0 -E <0137u1.diff
patch -p0 -E <hi_137.diff
make -j3
pause
7. Close and save it.
8. Double click CompileIt.bat
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.