Jump to content

Recommended Posts

  • Replies 565
  • Created
  • Last Reply

Top Posters In This Topic

Posted

bleh, i've had 2 download attempts go dead on me. anyone have it that could help me out? have sympathy for this dialup user :P

Posted

I'm cursed... 3 attempts to download, all interrupted and failed. Lousy dialup.

 

/me fires up samsho4.zip

 

If I close my eyes and imagine, maybe...

 

/me bursts into tears uncontrollably

 

I'll just wait for a kind soul to point to a working torrent when one is available, or a good link. Perhaps there should be an update/watch in the FTP/Sites forum?

Posted

I want to share samsho5 with you guys! :P. so here is how you can dl from me:

 

 

go get soulseek from slsknet.org and look me up. my sn on soulseek is aph3xpu5her. what you want to do is go download it and then start it up.

 

1. first right click in the rooms list and refresh.

2. look for the "Roms" room (upper case R is important.)

3. browse the folders of aph3xpu5her

4. in neogeo folder find samsho5.zip

5. wait in line. I pretty much leave my com on 24/7 for soulseek. Im like a soulseek server.

6. make sure to autojoin the "Roms" room by right clicking in the room and selecting that option. maybe you guys can use soulseek as a way to trade files.

 

Im new I know but I really want to share this thing.

 

slsknet.org is the url.

Posted

Yesss!!!

That game rocks! :(

As a "thank-you" (and christmas :P ) 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_END

DRIVER_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 */

 

B)

Posted
Yesss!!!

That game rocks! :(

As a "thank-you" (and christmas  :P ) 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_END

DRIVER_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 */

 

B)

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

DRIVER( 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

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

DRIVER( 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

Just 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 :P

Guest
This topic is now closed to further replies.

×
×
  • Create New...