ultimatepump Posted April 24, 2004 Posted April 24, 2004 Hello, Can someone please help me add the new neogeo games like mslug5 and so on to the 81u7 MAMEPlus source? I just can't get it to work. I can add them to any other version of MAME except this one. OR, hopefully.. does anyone have a neogeo.c that would work for MAMEPlus and what I need to add to driver.c to make it work? Please and Desperate. ultimatepump@yahoo.com
ultimatepump Posted April 24, 2004 Author Posted April 24, 2004 Thanks alot! I'm downloading it now but it looks like an old version. The reason I'm looking for the source to add to mameplus is that I really like the mameplus autofire feature and I can't find that anywhere else.
Weirdy Posted April 24, 2004 Posted April 24, 2004 (edited) you need, 1)mingw, 2)the "extras" that are available on the mameplus site, and 3)know what games you are gonna add.... ...the only files you'll have to alter to add new neogeo games are 1)the driver.c file in the src directory(the neogeo roms section are all the way down in the last section), and the neogeo.c in the src/drivers directory, and if you wanna play cthd2003, you'll need to add special banks in the neogeo.c in the src/machine directory Edited April 24, 2004 by Weirdanzeige
ultimatepump Posted April 24, 2004 Author Posted April 24, 2004 this is what I get each time and I did what you said: C:\MinGW\mame>make P4=1 USE_UPX=1Compiling src/driver.c...Linking mamep4plib.dll...dllwrap: no export definition file provided.Creating one, but that may not be what you wantobj/mamep4p/driver.o(.data+0x4ce4):driver.c: undefined reference to `driver_zupapa'obj/mamep4p/driver.o(.data+0x4ce8):driver.c: undefined reference to `driver_sengoku3'obj/mamep4p/driver.o(.data+0x4cec):driver.c: undefined reference to `driver_kof2001'obj/mamep4p/driver.o(.data+0x4cf0):driver.c: undefined reference to `driver_cthd2003'obj/mamep4p/driver.o(.data+0x4cf4):driver.c: undefined reference to `driver_kof2002'obj/mamep4p/driver.o(.data+0x4cf8):driver.c: undefined reference to `driver_mslug4'obj/mamep4p/driver.o(.data+0x4cfc):driver.c: undefined reference to `driver_mslug5nd'obj/mamep4p/driver.o(.data+0x4d00):driver.c: undefined reference to `driver_rotd'obj/mamep4p/driver.o(.data+0x4d04):driver.c: undefined reference to `driver_svcplus'obj/mamep4p/driver.o(.data+0x4d08):driver.c: undefined reference to `driver_svcchaos'obj/mamep4p/driver.o(.data+0x4d0c):driver.c: undefined reference to `driver_pim' obj/mamep4p/driver.o(.data+0x4d10):driver.c: undefined reference to `driver_samsho5'obj/mamep4p/driver.o(.data+0x4d14):driver.c: undefined reference to `driver_digerman'obj/mamep4p/driver.o(.data+0x4d18):driver.c: undefined reference to `driver_neonopn1'obj/mamep4p/driver.o(.data+0x4d1c):driver.c: undefined reference to `driver_neonopn2'obj/mamep4p/driver.o(.data+0x4d20):driver.c: undefined reference to `driver_neonopn3'obj/mamep4p/driver.o(.data+0x4d24):driver.c: undefined reference to `driver_kof2003'obj/mamep4p/driver.o(.data+0x4d28):driver.c: undefined reference to `driver_pwrinst4'dllwrap: gcc exited with status 1make: *** [mamep4plib.dll] Error 1 C:\MinGW\mame>
StriderSkorpion Posted April 25, 2004 Posted April 25, 2004 You don't have a reference to those drivers is what it looks like. I'm not totally sure what this means since I haven't bothered to compile any MAME version yet. I could better help you out if maybe you posted your driver.c file somewhere so I could download it.
ultimatepump Posted April 25, 2004 Author Posted April 25, 2004 I finally got them added... Seems that in neogeo.c there was a#if 0 and I had to change the 0 to a 1. Thanks for your help anyway.
James Posted April 26, 2004 Posted April 26, 2004 (edited) I finally got them added... Seems that in neogeo.c there was a#if 0 and I had to change the 0 to a 1. Thanks for your help anyway.Very good.i am proud of you Edited April 26, 2004 by james
Weirdy Posted April 26, 2004 Posted April 26, 2004 nice to know there's someone else here who compiles other than just me, James and Taratata
StriderSkorpion Posted April 26, 2004 Posted April 26, 2004 I would, but I feel no need to when Nebula suits my needs just fine. I was thinking of doing the Mach 3 MAME version, but I procratinated too long and now MAME is up to 0.81 and the tutorial (last I checked) is for 0.79. If the code wasn't in a patch file, I also would've tried implementing it into Daphne since it's a laserdisc only emulator.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now