Jump to content

James

1Emu Veteran
  • Posts

    2,897
  • Joined

  • Last visited

Everything posted by James

  1. i tot m1 fix the sound? No No ! There is no fix for the sound The reason why i say this is because the proper sound roms for ssvs have not been released yet The encrypted M and V have been released But they will never work in any emulator.
  2. Why did you ignore the rules and post a rom link ?
  3. did you put the M and V roms from smasho5 into samh5sp ?
  4. It uses encrypted P and C roms the M and V roms are from samsho5.
  5. WFT ? no one hacks mame And if you bothered to read the thread you would of seen a Mame driver posted
  6. I only used the encrypted driver // Samurai Shodown V Special static struct BurnRomInfo samsh5spRomDesc[] = { {"272-p1.bin", 0x400000, 0x9291794d, 0x10}, // 0 68K code {"272-p2.bin", 0x400000, 0xfa1a7dd8, 0x10}, // 1 {"272-c1.bin", 0x800000, 0x4F97661A, 1}, // 2 Sprite data {"272-c2.bin", 0x800000, 0xA3AFDA4F, 1}, // 3 {"272-c3.bin", 0x800000, 0x8C3C7502, 1}, // 4 {"272-c4.bin", 0x800000, 0x32D5E2E2, 1}, // 5 {"272-c5.bin", 0x800000, 0x6CE085BC, 1}, // 6 {"272-c6.bin", 0x800000, 0x05C8DC8E, 1}, // 7 {"272-c7.bin", 0x800000, 0x1417B742, 1}, // 8 {"272-c8.bin", 0x800000, 0xD49773CD, 1}, // 9 {"270-m1d.bin",0x020000, 0x18114fb1, 0x10}, // 10 Z80 code {"270-v1d.bin", 0x800000, 0xe5c71699, 2}, // 11 Sound data {"270-v2d.bin", 0x800000, 0x70b7083d, 2}, // 12 }; STDROMPICKEXT(samsh5sp, samsh5sp, neogeo); STD_ROM_FN(samsh5sp); static void samsh5sp_Decrypt() { /* Descrambling Px by Vorador from speksnk */ unsigned char* src = Neo68KROM01; unsigned char* dst = (unsigned char*)malloc(0x800000); unsigned int sec[] = {0x0,0x1,0xA,0x9,0xC,0xB,0xE,0x5,0x2,0xD,0x8,0xF,0x4,0x7,0x6,0x3}; if (dst) { memcpy( dst, src, 0x800000 ); for(int i=0;i<0x10;i++) memcpy(src+i*0x80000,dst+sec[i]*0x80000,0x80000); free(dst); } } static int samsh5spInit() { nNeoProtectionXor = 0x0d; pNeoInitCallback = samsh5sp_Decrypt; return NeoInit(); } struct BurnDriver BurnDrvsamsh5sp = { {"samsh5sp", "Samurai Shodown V Special", "Japanese title is Samurai Spirits Zero Special", "Yuki Enterprise / SNK Playmore Corporation", "Neo Geo", "2004", NULL, "neogeo"}, BDF_GAME_WORKING, 2, HARDWARE_SNK_NEOGEO | HARDWARE_SNK_ENCRYPTED_B | HARDWARE_SNK_SRAM, NULL, samsh5spRomInfo, samsh5spRomName, neogeoInputInfo, neogeoDIPInfo, samsh5spInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette, nNeoScreenWidth, 224, 4, 3 };
  7. Encrypted Version 272-p1.bin 4mo CRC: 9291794D 272-p2.bin 4mo CRC: FA1A7DD8 272-c1.bin 8mo CRC: 4F97661A 272-c2.bin 8mo CRC: A3AFDA4F 272-c3.bin 8mo CRC: 8C3C7502 272-c4.bin 8mo CRC: 32D5E2E2 272-c5.bin 8mo CRC: 6CE085BC 272-c6.bin 8mo CRC: 05C8DC8E 272-c7.bin 8mo CRC: 1417B742 272-c8.bin 8mo CRC: D49773CD 272-m1.bin 512ko CRC: ADEEBF40 272-v1.bin 8mo CRC: 76A94127 272-v2.bin 8mo CRC: 4BA507F1 Decrypted Version 272-p1d.bin 8mo CRC: 3E3961F5 272-c1d.bin 8mo CRC: 8548097E 272-c2d.bin 8mo CRC: 8C1B48D0 272-c3d.bin 8mo CRC: 96DDB28C 272-c4d.bin 8mo CRC: 99EF7A0A 272-c5d.bin 8mo CRC: 772E8B1E 272-c6d.bin 8mo CRC: 5FFF21FC 272-c7d.bin 8mo CRC: 9AC56A0E 272-c8d.bin 8mo CRC: CFDE7AFF 272-s1d.bin 128ko CRC: C297F973 272-m1d.bin 512ko CRC: 74F37225 <= not released 272-v1d.bin 16mo CRC: E3AA568E <= not released
  8. Not bugs using the wrong sound roms.
  9. It looks like no patch is needed for the Encrypted version
  10. http://haze.mame.net/
  11. what are the names of your samsho5 V and M roms ? kawaks seems to check the name of the roms. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% System: NEO RomName: samsh5sp Game: Samurai Shodown 5 Special [Program] 272-p1.rom,0,800000,3E3961F5,0 [Text] 272-s1.rom,0,20000,C297F973,0 [Z80] 270-m1.rom,0,20000,18114FB1,0 [Samples] 270-v1.rom,0,800000,E5C71699,0 270-v2.rom,800000,800000,70B7083D,0 [Graphics] 272-c1.rom,0,800000,8548097E,0 272-c2.rom,1,800000,8C1B48D0,0 272-c3.rom,1000000,800000,96DDB28C,0 272-c4.rom,1000001,800000,99EF7A0A,0 272-c5.rom,2000000,800000,772E8B1E,0 272-c6.rom,2000001,800000,5FFF21FC,0 272-c7.rom,3000000,800000,9AC56A0E,0 272-c8.rom,3000001,800000,CFDE7AFF,0 [System] CartridgeID: 272 GfxCrypt: 0 GfxKey: 0 ButLayout: 9 Fix: 0 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12. Oh ok James slaps ugenn around a bit with a large trout
  13. Since the news group you posted has roms it has been deleted.
  14. I have no roms lol
  15. Here is my Mame Driver This is using the Encrypted P and C roms ROM_START( samsh5sp ) /* Not Complete */ ROM_REGION( 0x800000, REGION_CPU1, 0 ) ROM_LOAD16_WORD_SWAP( "272-p1.bin", 0x000000, 0x400000, CRC(9291794d) SHA1(66588ff9b00ffad6508b03423548984e28a3209d) ) ROM_LOAD16_WORD_SWAP( "272-p2.bin", 0x400000, 0x400000, CRC(fa1a7dd8) SHA1(62443dad76d6c1e18f515d7d4ef8e1295a4b7f1d) ) ROM_REGION( 0x80000, REGION_GFX1, 0 ) ROM_FILL( 0x000000, 0x20000, 0 ) ROM_REGION( 0x20000, REGION_GFX2, 0 ) ROM_LOAD( "sfix.sfx", 0x000000, 0x20000, CRC(354029fc) SHA1(4ae4bf23b4c2acff875775d4cbff5583893ce2a1) ) // ROM_REGION( 0x40000, REGION_USER4, 0 ) // ROM_LOAD( "270-m1.bin", 0x00000, 0x40000, CRC(e4a5ab0c) ) /* encrypted, we load it here for reference and replace with decrypted ROM */ NEO_BIOS_SOUND_128K( "270-m1d.bin", CRC(18114FB1) SHA1(016dc2f328340f3637a9bff373a20973df29f6b8) ) ROM_REGION( 0X1000000, REGION_SOUND1, ROMREGION_SOUNDONLY ) /* encrypted, we load these here for reference and replace with decrypted ROMs */ // ROM_LOAD( "270-v1.bin", 0x000000, 0x800000, CRC(7541763a) SHA1(59ab05876ab508e36451ef2bedb29bd304894a33) ) // ROM_LOAD( "270-v2.bin", 0x800000, 0x800000, CRC(4e6e7d98) SHA1(bde7568f60a65a9df74598d2463987bc9d93999c) ) /* decrypted */ ROM_LOAD( "270-v1d.bin", 0x000000, 0x800000, CRC(e5c71699) SHA1(d6a344dd68db3d48359a836bee933a6ada39f41c) ) ROM_LOAD( "270-v2d.bin", 0x800000, 0x800000, CRC(70b7083d) SHA1(6e77c37d66093fbb884b2c7a6994b651a9317b60) ) NO_DELTAT_REGION ROM_REGION( 0x4000000, REGION_GFX3, 0 ) /* Encrypted */ ROM_LOAD16_BYTE( "272-c1.bin", 0x0000000, 0x800000, CRC(4f97661a) SHA1(87f1721bae5ef16bc23c06b05e64686c396413df) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "272-c2.bin", 0x0000001, 0x800000, CRC(a3afda4f) SHA1(86b475fce0bc0aa04d34e31324e8c7c7c847df19) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "272-c3.bin", 0x1000000, 0x800000, CRC(8c3c7502) SHA1(6639020a8860d2400308e110d7277cbaf6eccc2a) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "272-c4.bin", 0x1000001, 0x800000, CRC(32d5e2e2) SHA1(2b5612017152afd7433aaf99951a084ef5ad6bf0) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "272-c5.bin", 0x2000000, 0x800000, CRC(6ce085bc) SHA1(0432b04a2265c649bba1bbd934dfb425c5d80fb1) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "272-c6.bin", 0x2000001, 0x800000, CRC(05c8dc8e) SHA1(da45c222893f25495a66bdb302f9b0b1de3c8ae0) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "272-c7.bin", 0x3000000, 0x800000, CRC(1417b742) SHA1(dfe35eb4bcd022d2f2dc544ccbbb77078f08c0aa) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "272-c8.bin", 0x3000001, 0x800000, CRC(d49773cd) SHA1(cd8cf3b762d381c1f8f12919579c84a7ef7efb3f) ) /* Plane 2,3 */ ROM_END DRIVER_INIT( samsh5sp ) { /* Descrambling Px by Vorador from speksnk Coneverted to Mame code by James */ UINT8 *src = memory_region(REGION_CPU1); UINT8 *dst = malloc(0x800000); int i; unsigned int sec[]={0x0,0x1,0xA,0x9,0xC,0xB,0xE,0x5,0x2,0xD,0x8,0xF,0x4,0x7,0x6,0x3}; if (dst) { memcpy(dst,src,0x800000); for(i=0;i<0x10;i++) { memcpy(src+i*0x80000,dst+sec[i]*0x80000,0x80000); } free(dst); } neogeo_fix_bank_type = 1; kof2000_neogeo_gfx_decrypt(0x0d); init_neogeo(); } GAMEB( 2004, samsh5sp, neogeo, neogeo, neogeo, neogeo, samsh5sp, ROT0, "Playmore Corporation / Yuki Enterprise", "Samurai Shodown V / Samurai Spirits - Zero / Special (Samurai Shodown V sound)" ) --------------------------------------------------------------------------------------------- machine\neogeo.c look for: /* hacks to make the games which do protection checks run in arcade mode */ /* we write protect a SRAM location so it cannot be set to 1 */ In machine\neogeo.c ADD this line below !strcmp(Machine->gamedrv->name,"samsh5sp") ||
  16. On Mame MVS works with no problem
  17. Yes thats right Which I have said a few times allready hehe. As of now I am chasing up the M and V roms and also the Encrypted P roms.
  18. Use the Uni-Bios 2.0
  19. Yeah I did Yes they are messed up because they have the wrong roms
  20. It's in the Mame driver code Also FBA can play this in MVS too. As long as it has the right driver I doubt it will work in NRX I could be wrong though.
  21. K`dash yeah the sound is bad because it needs the correct M and V roms.
  22. Or like this ?
  23. Hehehe So what level should it be set on ?
  24. The AES version is completely different from the MVS version. They aren't the same. Their not even KOF same either where censoring was a code. They locked the blood levels to 3 and fatalities off in the old versions before the recall and they still keep it locked at level 3 but with fatalties on the newer carts, but you can't decapitate anyone. Until then. This is the AES version of the game and not the full uncensored MVS version. So us Neo-Geo romset collectors are gonna wait a while till the MVS version is dumped. Mine is running in MVS mode
  25. From what I have heard only the P and C roms were released it uses the smaho5 M and V roms for sound.
×
×
  • Create New...