Jump to content

Recommended Posts

  • Replies 478
  • Created
  • Last Reply

Top Posters In This Topic

Posted
I also have this set (havent tested any of these)

 

just wondering if anyone knows if they are the real deal or just another crap ssv sound crap

 

ssvsaltset.jpg

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

Posted

Cough cough, find them and you get canadian maple syrup, not the cheap imatations!

Posted

hey james could you plz post the fba drivers you using for the encrypted/decrypted as i tried using one that was posted i iq_132's forum or romshare's and both give me a parse error :devilboy:

Posted
Cough cough, find them and you get canadian maple syrup, not the cheap imatations!

How good is the syrup? :devilboy:

Posted
hey james could you plz post the fba drivers you using for the encrypted/decrypted as i tried using one that was posted i iq_132's forum or romshare's and both give me a parse error :devilboy:

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
};

Posted (edited)
Kawaks doesn't like me much. It's best that I wait until the MAME driver comes out on a hexed MAME32K.

WFT ? no one hacks mame And if you bothered to read the thread you would of seen a Mame driver posted

Edited by James
Posted
Kawaks doesn't like me much. It's best that I wait until the MAME driver comes out on a hexed MAME32K.

WFT ? no one hacks mame And if you bothered to read the thread you would of seen a Mame driver posted

He doesn't bother <_<

Posted

i see a couple of new v rom in your driver infos for fbaxxx and mame from james....are these the right v roms? they were released now?

 

trying to catch up <_<

Posted
i see a couple of new v rom in your driver infos for fbaxxx and mame from james....are these the right v roms?  they were released now?

 

trying to catch up <_<

*put my hopes up* :punk:

Guest
This topic is now closed to further replies.

×
×
  • Create New...