Jump to content

SAMSHO5.ZIP on MAME32 0.77


Recommended Posts

  • Replies 28
  • Created
  • Last Reply

Top Posters In This Topic

i have compiled mame32 78

 

which supports all removed neogeo plus svc and samsho5 but have no where to upload it ......

 

 

and here is the driver for samsho5 which no one gave me the drivers,

 

which maybe where his source came from, which was posted at arcade@home

 

 

---------------------------------------------------------------------------

Driver.c :

---------------------------------------------------------------------------

 

DRIVER( samsho5 ) /* 0270 © 2003 SNK */

-----------------------------------------------------------------------------

Neogeo.c:

----------------------------------------------------------------------------

 

ROM_START( samsho5 ) /* Original Version */

ROM_REGION( 0x800000, REGION_CPU1, 0 )

ROM_LOAD16_WORD_SWAP( "270-p1.bin ", 0x000000, 0x800000, CRC(611A6687) SHA1(55ff9122d64efd276e22a66fa443e0bebd079928) )

 

NEO_SFIX_128K( "270-s1.bin ", CRC(33227D62) SHA1(5f4b7ab642175657af212304783a1df98415ed44) )

 

NEO_BIOS_SOUND_128K( "270-m1.bin ", CRC(18114FB1) SHA1(016dc2f328340f3637a9bff373a20973df29f6b8) )

 

ROM_REGION( 0X1000000, REGION_SOUND1, ROMREGION_SOUNDONLY )

/* decrypted */

ROM_LOAD( "270-v1.bin ", 0x000000, 0x400000, CRC(6849136C) SHA1(5f8e7cc33b8d994165dd577a0d7e0eb2df16f07e) )

ROM_LOAD( "270-v2.bin ", 0x400000, 0x400000, CRC(222E1774) SHA1(3c1b2f37d4f2fa2cd7d6a6f04b3aedf6b2f4b089) )

ROM_LOAD( "270-v3.bin ", 0x800000, 0x400000, CRC(CD9E7ADC) SHA1(941ae992c004594885f635fdea3ac1c51bb5d469) )

ROM_LOAD( "270-v4.bin ", 0xc00000, 0x400000, CRC(8B305CAC) SHA1(938e2600c0c2b3d4a0a362ef6e91850c32217f18) )

 

NO_DELTAT_REGION

 

ROM_REGION( 0x4000000, REGION_GFX3, 0 )

ROM_LOAD16_BYTE( "270-c1.bin ", 0x0000000, 0x800000, CRC(4E7BDEA1) SHA1(2376386e0e82820c0853cf39e27167f8c181980c) ) /* Plane 0,1 */

ROM_LOAD16_BYTE( "270-c2.bin ", 0x0000001, 0x800000, CRC(7B444985) SHA1(1f2941f6a1bee6391002b88277edcfa7554f10f3) ) /* Plane 2,3 */

ROM_LOAD16_BYTE( "270-c3.bin ", 0x1000000, 0x800000, CRC(8C709A9B) SHA1(92a03ccf08d301955b06f3323417b4f20d773428) ) /* Plane 0,1 */

ROM_LOAD16_BYTE( "270-c4.bin ", 0x1000001, 0x800000, CRC(CFD53F5C) SHA1(773b03fb6faa958eddee6b001ebb619f8a8d5b30) ) /* Plane 2,3 */

ROM_LOAD16_BYTE( "270-c5.bin ", 0x2000000, 0x800000, CRC(C026D318) SHA1(fec9a9309afe94f21e0f35ec992a39ce51deefc2) ) /* Plane 0,1 */

ROM_LOAD16_BYTE( "270-c6.bin ", 0x2000001, 0x800000, CRC(B3D9D204) SHA1(9dbcf6c179ea3a04c8ed26416e4e91324fd1cf11) ) /* Plane 2,3 */

ROM_LOAD16_BYTE( "270-c7.bin ", 0x3000000, 0x800000, CRC(FE03A025) SHA1(3a052869f6b46cffc5d1ea497b0d5f1f4d1874c2) ) /* Plane 0,1 */

ROM_LOAD16_BYTE( "270-c8.bin ", 0x3000001, 0x800000, CRC(89DB2D34) SHA1(cd3f1e4ef631704c1078c915135a4510891bd429) ) /* Plane 2,3 */

ROM_END

 

GAMEB( 2003, samsho5, neogeo, neogeo, neogeo, neogeo, neogeo, ROT0, "SNK", "Samurai Shodown V / Samurai Spirits - Zero" )

Edited by james
Link to comment
Share on other sites

where can i find ssv_cc1.rom, for samurai showdown v, cause mine is corrupt, and i don't want to download the whole zip file :(

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...