Striker1945 Plus And Snk Vs. Capcom


kanzlr

Member
Joined
Jan 9, 2006
Messages
226
Age
43
Location
Vienna, Austria
Website
kanzlr.zenfolio.com
hi there.

well...i usually know how to get games running in GnGeo. mslugx, nam75 and others work great. but i cant get striker 1945 and snk vs capcom to work.

this is in my romrc:
Code:
#mame set of Striker 1945 Plus
game s1945p MVS "Striker 1945 Plus"
SM1 0x20000
254-m1.rom 0x0 0x20000 NORM
END
SFIX 0x20000
s45pn_s1.rom 0x0 0x20000 NORM
END
CPU 0x500000
254-p1.rom 0x0 0x100000 NORM
254-p2.rom 0x100000 0x400000 NORM
END
SOUND1 0x1000000
254-v1.rom 0x0 0x400000 NORM
254-v2.rom 0x400000 0x400000 NORM
254-v3.rom 0x800000 0x400000 NORM
254-v4.rom 0xc00000 0x400000 NORM
END
GFX 0x4000000
254-c1.rom 0x0 0x800000 ALTERNATE
254-c2.rom 0x1 0x800000 ALTERNATE
254-c3.rom 0x1000000 0x800000 ALTERNATE
254-c4.rom 0x1000001 0x800000 ALTERNATE
254-c5.rom 0x2000000 0x800000 ALTERNATE
254-c6.rom 0x2000001 0x800000 ALTERNATE
254-c7.rom 0x3000000 0x800000 ALTERNATE
254-c8.rom 0x3000001 0x800000 ALTERNATE
END
END

game svcplus MVS "SNK vs Capcom - SVC Chaos"
SFIX 0x20000
269-s1.rom 0x0 0x20000 NORM
END
SM1 0x40000
svc-m1.rom 0x0 0x40000 NORM
END
SOUND1 0x1000000
svc-v1.rom 0x0 0x400000 NORM
svc-v2.rom 0x400000 0x400000 NORM
svc-v3.rom 0x800000 0x400000 NORM
svc-v4.rom 0xc00000 0x400000 NORM
END
CPU 0x600000
269-p1.rom 0x0 0x600000 NORM
END
GFX 0x4000000
269-c1.rom 0x0000000 0x800000 ALTERNATE
269-c2.rom 0x0000001 0x800000 ALTERNATE
269-c3.rom 0x1000000 0x800000 ALTERNATE
269-c4.rom 0x1000001 0x800000 ALTERNATE
269-c5.rom 0x2000000 0x800000 ALTERNATE
269-c6.rom 0x2000001 0x800000 ALTERNATE
269-c7.rom 0x3000000 0x800000 ALTERNATE
269-c8.rom 0x3000001 0x800000 ALTERNATE
END
END

and my ZIP files look like that:

s1945p.zip:
s1945plus.gif


svcplus.zip:
svcplus.gif


i always get the bad rom message and that i should check my romrc...as said, other romsets that i had to change my romrc for did work.

any help is highly welcome! thanks

:(
 
My working svc rom has these files in it:

Code:
svc_c1.rom
svc_c2.rom
svc_c3.rom
svc_c4.rom
svc_c5.rom
svc_c6.rom
svc_c7.rom
svc_c8.rom
svc_p1.rom
svc_s1.rom
svc-m1.rom
svc_v1.rom
svc_v2.rom
svc_v3.rom
svc_v4.rom
 
thanks. i finally figured it out. im just to stupid to do a proper search and replace in the romrc :)

after having the same names for the files in the zip also in the romrc, everything works as it should.

problem was, that in the romrc not every file had the same prefix and i didnt look close enough after the replace...stupid me.

sorry for wasting your time.
 
Back
Top