PDA

View Full Version : MAME v0.144



RetromanIE
10-12-2011, 03:54
MAME v0.144 is out and I've put the recompiled emulators in the members download section.

These have the NONAG and HISCORE patches applied as well as the CAVE drivers reinstated.

You've got the new Ultimate MAME as well as the standard version in there(32bit and 64bit versions for both).

.

TechnoFreek
12-09-2012, 15:48
How do you reinstate the Cave drivers?

I can compile Mame for nonag and high scores but didn't know about the cave drivers.
I'm using Mame 146

Thanks

RetromanIE
13-09-2012, 00:14
How do you reinstate the Cave drivers?

I can compile Mame for nonag and high scores but didn't know about the cave drivers.
I'm using Mame 146

Thanks

Before you compile anything copy cavesh3.c and csh3blit.c to
src\mame\drivers\ (these are your Cave drivers)

Go to src\mame\ folder and edit the mame.lst and add the following, each on a separate line (I think that's all of them but you get the idea):

mushisam // (c) 2004 Cave
mushisama // (c) 2004 Cave
espgal2 // (c) 2005 Cave
mu****am // (c) 2005 Cave
futari10 // (c) 2006 Cave
futari15 // (c) 2006 Cave
futari15a // (c) 2006 Cave
futariblk // (c) 2006 Cave
ibara // (c) 2006 Cave
ibarablk // (c) 2006 Cave
ibarablka // (c) 2006 Cave
pinkswts // (c) 2006 Cave
pinkswtsa // (c) 2006 Cave
pinkswtsb // (c) 2006 Cave
deathsml // (c) 2007 Cave
mmpork // (c) 2007 Cave
mmmbanc // (c) 2007 Cave

edit mame.mak and add the following:

A) in remaining drivers section add:

#-------------------------------------------------
# remaining drivers
#-------------------------------------------------

$(DRIVERS)/cavesh3.o \


B) in misc dependencies section add (it might be there already):

#-------------------------------------------------
# misc dependencies
#-------------------------------------------------

$(DRIVERS)/cavesh3.o: $(MAMESRC)/drivers/csh3blit.c



After that it's just a matter of compiling the source as normal.

Here's the cave files you'll need:
145

If you tell me what version you need I might already have it here somewhere. If its for Hyperspin then the standard MAME binary(32 or 64bit) is what you want and not the UI version.

TechnoFreek
13-09-2012, 06:14
Thanks retroman.

Yeah, its the binary version I need for hyperspin.
64 bit quad core.

Are those cave games still supplied as part of the full Rom sets? Just Mame itself that has had the drivers removed?