Results 1 to 4 of 4

Thread: MAME v0.144

  1. #1
    Administrator Array
    Join Date
    Mar 2011
    Location
    Dublin, Ireland
    Posts
    195,883

    MAME v0.144

    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).

    .
    .

  2. #2
    Member Array
    Join Date
    Sep 2012
    Location
    Wicklow, Ireland
    Posts
    9
    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

  3. #3
    Administrator Array
    Join Date
    Mar 2011
    Location
    Dublin, Ireland
    Posts
    195,883
    Quote Originally Posted by TechnoFreek View Post
    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:
    cave files.zip

    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.
    .

  4. #4
    Member Array
    Join Date
    Sep 2012
    Location
    Wicklow, Ireland
    Posts
    9
    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?


 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •