aph3xpu5her Posted December 24, 2003 Share Posted December 24, 2003 if anybody is having trouble with slsk then let me know. I can answer your questions. Link to comment Share on other sites More sharing options...
Weirdy Posted December 24, 2003 Share Posted December 24, 2003 Yesss!!!That game rocks! As a "thank-you" (and christmas ) present, here is the driver for mame:In drivers/neogeo.c:ROM_START( samsho5 ) ROM_REGION( 0x800000, REGION_CPU1, 0 ) ROM_LOAD16_WORD_SWAP( "270-p1.bin", 0x000000, 0x800000, CRC(611A6687) ) NEO_SFIX_128K( "270-s1.bin", CRC(33227D62) ) NEO_BIOS_SOUND_128K( "270-m1.bin", CRC(18114FB1) ) ROM_REGION( 0x1000000, REGION_SOUND1, ROMREGION_SOUNDONLY ) ROM_LOAD( "270-v1.bin", 0x000000, 0x400000, CRC(6849136C) ) ROM_LOAD( "270-v2.bin", 0x400000, 0x400000, CRC(222E1774) ) ROM_LOAD( "270-v3.bin", 0x800000, 0x400000, CRC(CD9E7ADC) ) ROM_LOAD( "270-v4.bin", 0xC00000, 0x400000, CRC(8B305CAC) ) NO_DELTAT_REGION ROM_REGION( 0x4000000, REGION_GFX3, 0 ) ROM_LOAD16_BYTE( "270-c1.bin", 0x0000000, 0x800000, CRC(4E7BDEA1) ) ROM_LOAD16_BYTE( "270-c2.bin", 0x0000001, 0x800000, CRC(7B444985) ) ROM_LOAD16_BYTE( "270-c3.bin", 0x1000000, 0x800000, CRC(8C709A9B) ) ROM_LOAD16_BYTE( "270-c4.bin", 0x1000001, 0x800000, CRC(CFD53F5C) ) ROM_LOAD16_BYTE( "270-c5.bin", 0x2000000, 0x800000, CRC(C026D318) ) ROM_LOAD16_BYTE( "270-c6.bin", 0x2000001, 0x800000, CRC(B3D9D204) ) ROM_LOAD16_BYTE( "270-c7.bin", 0x3000000, 0x800000, CRC(FE03A025) ) ROM_LOAD16_BYTE( "270-c8.bin", 0x3000001, 0x800000, CRC(89DB2D34) ) ROM_ENDDRIVER_INIT( samsho5 ) { neogeo_fix_bank_type = 2; init_neogeo(); }GAMEB( 2003, samsho5, neogeo, neogeo, raster, neogeo, samsho5, ROT0, "SNK", "Samurai Shodown V" ) and in driver.c: DRIVER( samsho5 ) /* 0270 (c) 2003 SNK */ darn, I was just about to post my mame driver. Anyways, your GAMEB macro really isn't that specific. I did mein like all the other ones like this/* Yuki Enterprises */GAMEB( 2003, samsho5, neogeo, neogeo, neogeo, neogeo, neogeo, ROT0, "Yuki Enterprises / Playmore Corporation", "Samurai Showdown V / Samurai Spirits 0" )and this is what I put on the driver.cDRIVER( samsho5 ) /* 0270 © 2003 Yuki Enterprises / Playmore Corporation */ btw, does yours play with red blood? Cause for some reason I raised the violence level on mine and it looked white still..like cum Link to comment Share on other sites More sharing options...
taratata Posted December 24, 2003 Share Posted December 24, 2003 darn, I was just about to post my mame driver. Anyways, your GAMEB macro really isn't that specific. I did mein like all the other ones like this/* Yuki Enterprises */GAMEB( 2003, samsho5, neogeo, neogeo, neogeo, neogeo, neogeo, ROT0, "Yuki Enterprises / Playmore Corporation", "Samurai Showdown V / Samurai Spirits 0" )and this is what I put on the driver.cDRIVER( samsho5 ) /* 0270 © 2003 Yuki Enterprises / Playmore Corporation */ btw, does yours play with red blood? Cause for some reason I raised the violence level on mine and it looked white still..like cumJust do your GAMEB macro the way you like For the blood, you only have it enabled with violence level 3. With both 1 and 2, you get that weird white thing. You're right, kinda looks like cum Link to comment Share on other sites More sharing options...
Weirdy Posted December 24, 2003 Share Posted December 24, 2003 the red blood works on the U.S version, but even if I set the violence to 3 on the jap version, there's always cum. Maybe I shouldn't use the unibios with it Link to comment Share on other sites More sharing options...
taratata Posted December 24, 2003 Share Posted December 24, 2003 (edited) Well, I haven't found yet where to set up the region in mame... (shame on me ).Maybe you could help?BTW, I haven't tryed with the unibios. Trying right now Edited December 24, 2003 by taratata Link to comment Share on other sites More sharing options...
Weirdy Posted December 24, 2003 Share Posted December 24, 2003 you won't regret using em either...its sooo..easy btw I fixed the cum problem. Idk how, but I fixed it and now its blood again Link to comment Share on other sites More sharing options...
Tidus Posted December 24, 2003 Share Posted December 24, 2003 Urgh,I Will Wait Until A Zip File Is Coming Out,Cause Last Time I Asked One Who Had t HE Give Me A Link To A Gay Site.Urgh... Link to comment Share on other sites More sharing options...
Weirdy Posted December 24, 2003 Share Posted December 24, 2003 probably cause they labled you as a newbie...which are not so much respected these days with their constant begging. Link to comment Share on other sites More sharing options...
Tidus Posted December 24, 2003 Share Posted December 24, 2003 Yup,the one who give me the link is called ReyVGM,he and his stupid Video Game museum,But anyone had a zip SS5? Link to comment Share on other sites More sharing options...
taratata Posted December 24, 2003 Share Posted December 24, 2003 (edited) Just use winrar to unrar the file, the zip file is in the "roms" directory.And giving away someone is bad, didn't your parents teach you that? @Weird: After a few tries: on violence level 3 without the unibios, there's blood, with the unibios with sp off also, it's only with the unibios with sp on that there's the "cum" thing.No idea what sp is for, though. Edited December 24, 2003 by taratata Link to comment Share on other sites More sharing options...
Tidus Posted December 24, 2003 Share Posted December 24, 2003 can i save it to all files? Link to comment Share on other sites More sharing options...
Recommended Posts