Jump to content

Mr.X

Premium Members
  • Posts

    866
  • Joined

  • Last visited

Posts posted by Mr.X

  1. Accurate samsho5sp ROMs images :

     

    samsh5sp

    Samurai Shodown V Special / Samurai Spirits Zero Special (AES ver. recalled)

     

    272-c1.bin size 8388608 crc 4f97661a

    272-c2.bin size 8388608 crc a3afda4f

    272-c3.bin size 8388608 crc 8c3c7502

    272-c4.bin size 8388608 crc 32d5e2e2

    272-c5.bin size 8388608 crc 6ce085bc

    272-c6.bin size 8388608 crc 05c8dc8e

    272-c7.bin size 8388608 crc 1417b742

    272-c8.bin size 8388608 crc d49773cd

    272-m1.bin size 524288 crc adeebf40

    272-p1c.bin size 4194304 crc 9291794d

    272-p2c.bin size 4194304 crc fa1a7dd8

    272-v1.bin size 8388608 crc 76a94127

    272-v2.bin size 8388608 crc 4ba507f1

  2. Will this program help me get the correct s1 for Matrimelee?

    It should. Just save the decrypted Cs from kawaks or convert2 and then read the readme.txt that's included.

     

    Yes it can, because matrim S1 is stored in C7 & C8 too... but it's a 128 K segment, the 3rd one after getting that 512 K S1 if I'm not wrong...

     

    Btw, you 'll be able to notice a weird thing : the 4th segment is mslug4 128 K S1... Why ?

  3. It should be possible to put DDR tracks instead of the original ones, but U 've to know if the tracks 'r encoded or not & the format of these ones.

     

    If U succeed in getting tracks under the same format, U can play 'em instead of the original ones in Ur HD or after reburning the game in a CD.

  4. Yes, it does have fake transp. effects emulated.

     

    for example, kof2003b has a S1 of 1 Mb crc32 04B902B9 which has transp. effects, this S1 is stored in C5 & C6 ROMs images of 16 Mb (indeed 512 Kb x 2 + junk).

     

    Same thing with svcboot, it has a S1 of 512 Kb with transp. effects easily perceptible on charas lifebars.

  5. i get a bank error when i try to launch samsho5nd, the crcs are correct on the dats, thanks to Traxen for helping me

     

    samsho5nd.jpg

     

    I know why U got an error. Ur error is due to Ur P1 + P2, coz samsh5nd P1 is fully decrypted & has no bankswitching.

     

    Also, I 've noticed why U used P1 + P2 instead of the true required P1n (non-encrypted) 8 Mb crc32 E67F3EE2 ; this is due to the fact, it's mentionned P1 + P2 encrypted in the dat files for samsh5nd (as for samsho5d indeed).

     

    So, U 've to use this P1 : 270-p1n.bin 8 Mb crc32 E67F3EE2 to solve Ur prob.

  6. U get mslug4nd S1 in decrypting matrimnd Cx with Winkawaks coz S1 data is not located into the 2 last 64 Kb segments from C7d & C8d respectively.

     

    To get Ur mslug5nd P1n, just replace the sig with "octets zero's" : 00 00 00...

     

    Garou 512 Kb S1 crc32 be2ba1a5 should be posted in RS forum.

  7. Samsho5 M1 crc32 49c9901a 512 Kb is the true M1 from MVS cart, but it isn't released yet. U must wait.

     

     

    Mslug5nd P1 fully decrypted fixed by HappyASR crc32 d99c035c 1 Mb & P1 crc32 24ea2e4d 'R indeed the same P1 ; just open P1 crc32 d99c035c, roll down until the end of the file & erase HappyASR's signature in string, then U'll get Ur P1 crc32 24ea2e4d.

     

     

    About Matrimnd S1, I haven't Ur 128 Kb S1 crc32 c4f4ed0e to make a patch.

  8. Today, I 've learnt SF2 Turyu has no alt ver.

     

    Flycboy corrected my error & explained : SF2 Turyu (Bootleg) is different from SF2 Toryu (hack) whose alt ver set is SF2 tory2 (hack) [see MAME Plus extra sets supported]

     

    SF2 Toryu & SF2 Tory2, both of them, need SF2CE13 as parent.

  9. Flycboy, admin of EZ emu-zone.org forum has confirmed & proved mslug5b (Bootleg) is sold in commerce. He has even shown bootleg cart chips.

     

    I want to thx + T + for this release, & especially about updated CPS-2 conventional ROMs renaming & updated Neo*Geo drivers : svcboot, svcplus, svcplusa, kof2002b & kof2k2pa. Congratulations !

     

    Btw, I dislike mangling (i.e : King of Fighter, The) ; but this is my personal viewpoint.

  10. P rom was already done in the driver.

     

    Btw, which Cx crc32 do U get in selecting blocs after launching kof10th with Winkawaks & doing a RAM dump ?

     

     

    I have not done that yet :) Is there any chance I can see your driver for the P rom ?

     

    I use the same one posted @Iq's page :

     

    DRIVER_INIT( kof10th )

    /* The program ROM (P1) need descrambling as follows; */

    {

    UINT8 *src = memory_region(REGION_CPU1)+0x100000

    UINT8 *dst = (UINT8*)malloc(0x800000);

    int i, j;

    if (dst)

    {

      memcpy(dst,src,0x800000);

      for(i=0;i<0x800000;i++){

      j=BITSWAP24(i,23,22,21,20,19,18,17,16,15,14,13,12,11,2,9,8,7,1,5,4,3,10,6,0);

      src[j]=dst;

      }

      free(dst);

    }

    init_neogeo();

    }

×
×
  • Create New...