
Originally Posted by
M Dash
MasterMan, i have the EXACT same files of svcplus.zip as you have!
the only thing that changes, is that mines are renamed according to the romrc file. if i rename according to yours, it will tell me that i have a wrong rom set. and by the way....
the converter is STILL giving this ERROR -10!!!! thing!!!
i lost count of how many times i changed my ROM trying to convert it, with the help around the forum :'(
See that i changed the entries in romrc to match my romset names instead change the romset names to match romrc. It's the same in the end.
Do you realize the names in romrc aren't right?
See the original romrc svcplus section:
Code:
game svcplus MVS "SNK vs Capcom - SVC Chaos"
SFIX 0x20000
svc_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
svc_p1.rom 0x0 0x600000 NORM
END
GFX 0x4000000
svc_c1.rom 0x0000000 0x800000 ALTERNATE
svc_c2.rom 0x0000001 0x800000 ALTERNATE
svc_c3.rom 0x1000000 0x800000 ALTERNATE
svc_c4.rom 0x1000001 0x800000 ALTERNATE
svc_c5.rom 0x2000000 0x800000 ALTERNATE
svc_c6.rom 0x2000001 0x800000 ALTERNATE
svc_c7.rom 0x3000000 0x800000 ALTERNATE
svc_c8.rom 0x3000001 0x800000 ALTERNATE
END
END
See that the M and V roms have "-" instead of "_".
This is my actual romrc:
Code:
game svcplus MVS "SNK vs Capcom - SVC Chaos"
SFIX 0x20000
svc-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
svc-p1.rom 0x0 0x600000 NORM
END
GFX 0x4000000
svc-c1.rom 0x0000000 0x800000 ALTERNATE
svc-c2.rom 0x0000001 0x800000 ALTERNATE
svc-c3.rom 0x1000000 0x800000 ALTERNATE
svc-c4.rom 0x1000001 0x800000 ALTERNATE
svc-c5.rom 0x2000000 0x800000 ALTERNATE
svc-c6.rom 0x2000001 0x800000 ALTERNATE
svc-c7.rom 0x3000000 0x800000 ALTERNATE
svc-c8.rom 0x3000001 0x800000 ALTERNATE
END
END
Now, please, can someone tell me the disc structure for DC?
Bookmarks