Jump to content

Mr.X

Premium Members
  • Posts

    866
  • Joined

  • Last visited

Posts posted by Mr.X

  1. Did hey imagine "God Rugal" to be up to Shin Akuma ?

    Why didn't they keep Omega Rugal ?

    God Rugal is a mixture of "Full Powered Gouki" and Orochi's power, thus the term "God."

    Shin Gouki is a mixture Gouki at full strenght and Orochi's power.

    Yes, thx about G*d Rugal.

     

    But Shin Gouki already exists : SF Zero series, SF 3 series... No mention of "Orochi" from KoF ; Cap can't use "Orochi 's power".

  2. If I install a new dashboard on my board, will it make my games slower?

    No, there 's no connection between the Dash & the required time to load the game. If U launch an original CD/DVD of the game from the Dash (always other than M$ Dash in this example), it 'll launch it as with a normal retail X-Box non modded or using an exploit.

    But if it's a backup on CD/DVD it 'll need a bit + time to load it.

    If the backup 's stored in Ur HD, it 'll be loaded + quickly than an original CD/DVD of the game.

  3. I post here, cuz access was refused when I wanted to post in update section.

     

    0.85u2

    ------

     

    Driver Improvements:

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

     

    - Turned off autocentering by default in warlords, sbrkout, and

      destroyr. There are probably others that should have this as well.

      Please post on www.mametesters.org if you have suggestions.

      [Aaron Giles]

     

    - Fixed a number of recent errors introduced into the input port

      definitions of several drivers. [El Condor]

     

    - Fixed various stuff with the jalmah.c driver, including suchipi

      booting, improved the video emulation a bit & attempted to add

      controls. [Angelo Salese]

     

    - Updated Namco Super System 22 driver to use preliminary M37710

      core, but it doesn't do anything useful yet. [R. Belmont]

     

    - Added conditional coinage to snowbros. [inigo Luja]

     

    - Fixed backwards controls in ckong. [inigo Luja]

     

     

    Changes to the main program:

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

     

    - Renamed PORT_CENTER to PORT_RESET to more accurates describe what

      it does. Also added PORT_CENTERDELTA(x) to control the autocentering

      behavior. [Aaron Giles]

     

    - Added a WIP Mitsu M7700 series CPU core, specifically targeting

      the M37710. [R. Belmont]

     

    - Removed the static MAX_DATAFILE_ENTRIES define, by retrieving the

      game count at runtime. [Rene Single]

     

    - Fixed bug that prevented the mixer from loading data unless all

      channels had been modified. [Aaron Giles]

     

     

    New Games supported or promoted from GAME_NOT_WORKING status:

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

    The Return of Lady Frog [David Haywood]

    Virtua Fighter 1 [Andrew Gardner, Olivier Galibert]

     

     

    New Clones supported or promoted from GAME_NOT_WORKING status:

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

    Twin Cobra 2 (World) (2 sets) [brian Troha]

    Counter Run (bootleg set 1) [Tomasz Slanina]

     

     

    Source : http://haze.mame.net/

  4. U can notice rotd (parent set) & rotdn don't use 264-m1 but only 264-m1d if U open default(mame dump).xbe.

     

     

    Also, here 'R some legal NeoGeo for FBA cheats (until kof 2000) non-mame.ini names (but they can work with mame dump compatible xbe if U rename the name of the.ini like the mame romset name).

  5. What if someone made a torrent of the full set??  That would make it easy for people who already have a majority of them since it would only download the ones you don't have, plus it would help those who don't have any.

     

    I wouldn't mind seeding a torrent for a week or two if I could get the last sets of roms (mostly the latest changes, about 15 or so roms).

    The best thing to do 's to get patches :

     

    Neo Patches

     

    Neo patches (others)

  6. Well with the mslug5nd driver I included (and the romset I have here) and vm settings included it works great here.  What problems are you having on your end?

    Thx for mslug5p : memory_install_write16_handler(0, ADDRESS_SPACE_PROGRAM, 0x2ffff0, 0x2fffff, 0, 0, ms5plus_bankswitch_w);

     

    Now, it works.

     

    mslug5 doesn't work (with original encrypted P1 CRC d0466792 & P2 CRC fbf6b61e).

     

    But we can use the non-bootleg decrypted P :

     

     

    DRIVER( mslug5 ) /* 0268 © 2003 Mega Enterprise / Playmore Corporation */

     

     

    ROM_START( mslug5 ) /* Decrypted P, Encrypted C */

    ROM_REGION( 0x800000, REGION_CPU1, 0 )

    /* encrypted, we load these here for reference and replace with decrypted ROMs */

    ROM_LOAD( "268-p1.bin", 0x000000, 0x400000, CRC(d0466792) )

    ROM_LOAD( "268-p2.bin", 0x400000, 0x400000, CRC(fbf6b61e) )

    /* decrypted */

    ROM_LOAD16_WORD_SWAP( "268-p1d.bin", 0x000000, 0x200000, CRC(2ecc772d) )

    ROM_CONTINUE( 0x300000, 0x100000 )

    ROM_CONTINUE( 0x200000, 0x100000 )

    ROM_CONTINUE( 0x400000, 0x400000 )

     

    ROM_REGION( 0x20000, REGION_GFX1, 0 )

    ROM_FILL( 0x000000, 0x20000, 0 )

    ROM_REGION( 0x20000, REGION_GFX2, 0 )

    ROM_LOAD( "sfix.sfx", 0x000000, 0x20000, CRC(354029fc) )

     

    ROM_REGION( 0x40000, REGION_USER4, 0 )

    /* encrypted, we load it here for reference and replace with decrypted ROM */

    ROM_LOAD( "268-m1.bin", 0x00000, 0x40000, CRC(88c11f51) )

    NEO_BIOS_SOUND_256K( "268-m1d.bin", CRC(6866d696) )

     

    ROM_REGION( 0x1000000, REGION_SOUND1, ROMREGION_SOUNDONLY )

    /* encrypted, we load these here for reference and replace with decrypted ROMs */

    ROM_LOAD( "268-v1.bin", 0x000000, 0x800000, CRC(33c6305c) )

    ROM_LOAD( "268-v2.bin", 0x800000, 0x800000, CRC(1afb848e) )

    /* decrypted */

    ROM_LOAD( "268-v1d.bin", 0x000000, 0x800000, CRC(14848c5c) )

    ROM_LOAD( "268-v2d.bin", 0x800000, 0x800000, CRC(696cce3b) )

     

    NO_DELTAT_REGION

     

    ROM_REGION( 0x4000000, REGION_GFX3, 0 )

    ROM_LOAD16_BYTE( "268-c1.bin", 0x0000000, 0x800000, CRC(27d59de8) ) /* Plane 0,1 */

    ROM_LOAD16_BYTE( "268-c2.bin", 0x0000001, 0x800000, CRC(e600dee1) ) /* Plane 2,3 */

    ROM_LOAD16_BYTE( "268-c3.bin", 0x1000000, 0x800000, CRC(b650f098) ) /* Plane 0,1 */

    ROM_LOAD16_BYTE( "268-c4.bin", 0x1000001, 0x800000, CRC(10499589) ) /* Plane 2,3 */

    ROM_LOAD16_BYTE( "268-c5.bin", 0x2000000, 0x800000, CRC(19352405) ) /* Plane 0,1 */

    ROM_LOAD16_BYTE( "268-c6.bin", 0x2000001, 0x800000, CRC(b1531523) ) /* Plane 2,3 */

    ROM_LOAD16_BYTE( "268-c7.bin", 0x3000000, 0x800000, CRC(fe2c1338) ) /* Plane 0,1 */

    ROM_LOAD16_BYTE( "268-c8.bin", 0x3000001, 0x800000, CRC(ecce3141) ) /* Plane 2,3 */

    ROM_END

     

     

    int ms5_bank_offset = 0;

     

    static WRITE16_HANDLER( mslug5_calc_bankoffset_w )

    {

    ms5_bank_offset = (data>>12)%0x03;

    }

     

    static WRITE16_HANDLER( mslug5_bankswitch_w )

    {

    neogeo_set_cpu1_second_bank( (neogeo_ram16[0x10/2] + ms5_bank_offset) << 20 );

    }

     

     

    DRIVER_INIT( mslug5 )

    {

    neogeo_fix_bank_type = 1;

    kof2000_neogeo_gfx_decrypt(0x19);

     

    memory_install_write16_handler(0, 0x2ffff0, 0x2ffff1, mslug5_bankswitch_w);

    memory_install_write16_handler(0, 0x2ffff2, 0x2ffff3, mslug5_calc_bankoffset_w);

     

    init_neogeo();

    }

     

     

     

    GAMEB( 2003, mslug5, neogeo, neogeo, neogeo, neogeo, mslug5, ROT0, "Mega Enterprise / Playmore Corporation", "Metal Slug 5" )

  7. ok, my latest error deals with adding mslug5, mslug5nd and mslug5p; it tells me: error LNK2001: unresolved external symbol _install_mem_read16_handler and error LNK2001: unresolved external symbol _install_mem_write16_handler

     

    both of those are in machine/neogeo for mslug5 but i'm lost on what i can do

     

    plz post if you can help

     

    also i'm still having a hard time finding a proper driver for the kof 2004 ex hack so if you can post that driver i'll be glad to add it

    About kf2k3pls, tell me if U want to use kof2003 as parent & the recent decrypted EX Hero P1.

     

     

    ms5plus driver I use :

     

    in Machine\neogeo.c

     

    static READ16_HANDLER( mslug5_prot_r )

    {

    logerror("PC %06x: access protected\n",activecpu_get_pc());

    return 0xa0;

    }

     

    static WRITE16_HANDLER ( ms5plus_bankswitch_w )

    {

    unsigned char *RAM = memory_region(REGION_CPU1);

    int bankaddress;

    logerror("offset: %06x PC %06x: set banking %04x\n",offset,activecpu_get_pc(),data);

    if ((offset == 0)&&(data == 0xa0))

    {

    bankaddress=0xa0;

    cpu_setbank(4,&RAM[bankaddress]);

    //neogeo_set_cpu1_second_bank(bankaddress);

    logerror("offset: %06x PC %06x: set banking %04x\n\n",offset,activecpu_get_pc(),bankaddress);

    }

    else if(offset == 2)

    { data=data>>4;

    //data=data&7;

    bankaddress=data*0x100000;

    cpu_setbank(4,&RAM[bankaddress]);

    //neogeo_set_cpu1_second_bank(bankaddress);

    logerror("offset: %06x PC %06x: set banking %04x\n\n",offset,activecpu_get_pc(),bankaddress);

    }

    }

     

    after static void neogeo_custom_memory(void)

    {

    sram_locked = 0;

    sram_protection_hack = 0;

    prot_data = 0;

     

     

    after /* Individual games can go here... */

     

    /* kludges */

     

    if (!strcmp(Machine->gamedrv->name,"ms5plus") )

    {

    // special ROM banking handler

    install_mem_write16_handler(0, 0x2ffff0, 0x2fffff, ms5plus_bankswitch_w);

     

    // additional protection

    install_mem_read16_handler(0, 0x2ffff0, 0x2fffff, mslug5_prot_r);

    }

     

     

     

    in src\Drivers.c

     

    DRIVER( ms5plus ) /* 0268 © 2003 Mega Enterprise / Playmore Corporation */

     

    Drivers\neogeo.c

     

    ROM_START( ms5plus )

    ROM_REGION( 0x500000, REGION_CPU1, 0 )

    ROM_LOAD16_WORD_SWAP( "268-p1p.bin", 0x000000, 0x100000, CRC(106b276f) SHA1(0e840df95f3813145e5043573483c7610d2d3e68) )

    ROM_LOAD16_WORD_SWAP( "268-p2p.bin", 0x100000, 0x200000, CRC(d6a458e8) SHA1(c0a8bdae06d62859fb6734766ccc190eb2a809a4) )

    ROM_LOAD16_WORD_SWAP( "268-p3p.bin", 0x300000, 0x200000, CRC(439ec031) SHA1(f0ad8f9be7d26bc504593c1321bd23c286a221f0) )

     

    ROM_REGION( 0x20000, REGION_GFX1, 0 )

    ROM_LOAD("268-s1p.bin", 0x000000, 0x20000, CRC(21e04432) SHA1(10057a2aa487087f7143d1d69fdad978a6bef0f7) )

    ROM_REGION( 0x20000, REGION_GFX2, 0 )

    ROM_LOAD( "sfix.sfx", 0x000000, 0x20000, CRC(354029fc) SHA1(4ae4bf23b4c2acff875775d4cbff5583893ce2a1) )

     

    NEO_BIOS_SOUND_256K( "268-m1d.bin", CRC(6866d696) SHA1(3638b072e44277a6bffea5a78a915a14c6afcba0) )

     

    ROM_REGION( 0x1000000, REGION_SOUND1, ROMREGION_SOUNDONLY )

    ROM_LOAD( "268-v1d.bin", 0x000000, 0x800000, CRC(14848c5c) SHA1(8f67daa54738f8b217cce1f1d0a7872fd06d91b6) )

    ROM_LOAD( "268-v2d.bin", 0x800000, 0x800000, CRC(696cce3b) SHA1(538d4a25befa4ffd25a48df97380469c13980f7a) )

     

    NO_DELTAT_REGION

     

    ROM_REGION( 0x4000000, REGION_GFX3, 0 )

    ROM_LOAD16_BYTE( "268-c1d.bin", 0x0000000, 0x800000, CRC(969C0D62) SHA1(DE3C5CFA980CCA2FAB0416AC0D292948B5D4C9C3) ) /* Plane 0,1 */

    ROM_LOAD16_BYTE( "268-c2d.bin", 0x0000001, 0x800000, CRC(C69AE867) SHA1(3198EE5C7C2C7563B49EBD9F7BA95D9B0B303F6C) ) /* Plane 2,3 */

    ROM_LOAD16_BYTE( "268-c3d.bin", 0x1000000, 0x800000, CRC(D7BEAEAF) SHA1(99443EA4C1BAB45F1977A390EB7E1A0163915110) ) /* Plane 0,1 */

    ROM_LOAD16_BYTE( "268-c4d.bin", 0x1000001, 0x800000, CRC(899FB2AF) SHA1(a06a424c813c1b4f922c5404405779f605c90a06) ) /* Plane 2,3 */

    ROM_LOAD16_BYTE( "268-c5d.bin", 0x2000000, 0x800000, CRC(2FA1A5AD) SHA1(4AE15D29BA979601598EDDF8905072FE1D9E0A98) ) /* Plane 0,1 */

    ROM_LOAD16_BYTE( "268-c6d.bin", 0x2000001, 0x800000, CRC(6DE89589) SHA1(86A6C036BF51AF516FEA83A30874026EC1586A83) ) /* Plane 2,3 */

    ROM_LOAD16_BYTE( "268-c7d.bin", 0x3000000, 0x800000, CRC(97BD0C0A) SHA1(30F3280FE527098ECF46541CC645A59B366105EA) ) /* Plane 0,1 */

    ROM_LOAD16_BYTE( "268-c8d.bin", 0x3000001, 0x800000, CRC(C0D5BC20) SHA1(B5D0D81D5CC624538B0651C568295E578A1330D1) ) /* Plane 2,3 */

    ROM_END

     

     

     

    DRIVER_INIT( ms5plus )

    {

    UINT8 *dst = malloc(0x20000);

    UINT8 *roms1 = (memory_region(REGION_GFX1));

    int j;

    if ( dst )

    {

    memcpy(dst,roms1,0x20000);

    // descrambling the S1 by dorriga

    for (j=0;j<0x20000; j+=0x000010)

    {

    memcpy( roms1+j, dst+j+0x000008,:|;

    memcpy( roms1+j+0x000008, dst+j,:D;

     

    }

    }

    free( dst );

    neogeo_fix_bank_type = 1;

     

    init_neogeo();

    }

     

     

     

     

    GAMEB( 2003, ms5plus, mslug5, neogeo, neogeo, neogeo, ms5plus, ROT0, "Mega Enterprise / Playmore Corporation", "Metal Slug 5 Plus (bootleg)" )

  8. another thing that seems odd is that some sets don't match mame at all like 3 count bout. also noticed a lot of wrong names within roms that the dats list as is so i will definitly get the source when its posted (wondering why it wasn't posted with the emu as they normally do)

    About KoF 2004 EX Hero, there 's a decrypted P1 working with Nebula/Kawaks Loader/former NRX.

     

    There 's no importance, Manto did a great work : U can notice kof 2003 with (fake) transparency effects & new options like NeoGeo cheats.

  9. Do you use an ordinary internet cable, or do you need a special device?

    Do you need to install a special program on your PC?

     

    I guess U already have a modded X-Box, or using an exploit :

     

    If U don't have HUB, connect a simple crossover cable RJ45 to Ur PC & X-Box

     

    On the PC, U can use FTP soft like FlashFXP or SmartFTP etc.

  10. something tells me i'm gonna have to make my own compile of fba-xxx again hehe

     

    btw, whats the point of having 3 svc's? i know plus and non-plus but the other dunno

    In default(mame).xbe, he called 'em : svcplush, svcplus & svc : 1 P1 with bosses enabled (formerly svcboss), 1 P1 Plus & 1 fixed P1 bootleg like the bootleg of the real svcchaos set.

     

    In normal time, we need only 2 sets : svcplush (alt bootleg of svcplus, Hack) & svcbooth (alt bootleg, Hack).

     

    About matri & matrimnd, the sets stay out-of-date.

     

    kof2002d is not fully decrypted, it doesn't use the descrambled P2 ; it's not kof2k2nd. However, kof2002 is perfect.

    Instead of the original bootleg dump (P1 crc 3ab03781 with S1 crc 595e0006), the Plus vers (P1 crc 6a3a02f3 & S1 with chinese intro texts) supported is an alt bootleg.

     

    rotdnd 's not supported (with real decrypted P1 : 4 Mb & decrypted C).

    rotdd 's perfect (decrypted C), but m1d 's out-of-date.

    There's no m1 (as reference) in rotd.

     

    mslug4nd 's not really added (it's mslug4d : decrypted C).

     

    ms4plus & the homebrew columns 'R not supported.

  11. did he add samsho5/samsh5nd based on dev? and if he did is it working?

    he didn't add samsho5 & samsh5nd based on Kawaks Dev.

     

    The only updated roms in samsh5nd 'R the fully decrypted P roms (P1 crc32 3A2D88CB, but he put crc32 0379698B [P1 + P2 size 4 Mb instead of 8, so the game can't work if U don't edit it] & P2 crc32 91979DEE).

  12. Well I just gave the new fbaxxx a spin and it seemed to have recognized the banned roms I have but when I tried to play them it told me that I didnt have the right roms. When I tried to correct them against the dats it generated the roms were all listed as unknown. B)  Ill be sticking with fbaxxx pr for now  :lol:

    If U want to play kof2003 (bootleg) with the default(mame).xbe, U have to use the following roms :

     

    kof2003b.zip (set 1) :

    271-p1bl.bin 4 Mb crc32 : 92ED6EE3

    271-p2bl.bin 3 Mb crc32 : BF7BF5FE

    271-s1bl.bin 128 Kb crc32 : 3BA05252

    271-c1d.bin 16 Mb crc32 : C29ACD28

    271-c2d.bin 16 Mb crc32 : 328E80B1

    271-c3d.bin 16 Mb crc32 : 20A11F1

    271-c4d.bin 16 Mb crc32 : 991B5ED2

    271-c5d.bin 16 Mb crc32 : C2DE8B66

    271-c6d.bin 16 Mb crc32 : 3FF750DB

    271-m1d.bin 512 Kb crc32 : E86AF8F

    271-v1d.bin 16 Mb crc32 : 2058EC5E

     

    kof2k3ba.zip (set 2, with fake transparencies) :

    271-p1bl.bin 4 Mb crc32 : 92ED6EE3

    271-p2bl.bin 3 Mb crc32 : BF7BF5FE

    271-s1b.bin 512 Kb crc32 : F4515195

    271-c1d.bin 16 Mb crc32 : C29ACD28

    271-c2d.bin 16 Mb crc32 : 328E80B1

    271-c3d.bin 16 Mb crc32 : 20A11F1

    271-c4d.bin 16 Mb crc32 : 991B5ED2

    271-c5d.bin 16 Mb crc32 : C2DE8B66

    271-c6d.bin 16 Mb crc32 : 3FF750DB

    271-m1d.bin 512 Kb crc32 : E86AF8F

    271-v1d.bin 16 Mb crc32 : 2058EC5E

     

    kof2k4ex.zip (Hero EX [Plus]) :

    271h-p1.bin 1 Mb crc32 : DACF5B2D

    271h-p2.bin 2 Mb crc32 : 8C06E880

    271h-p3.bin 4 Mb crc32 : 96842D45

    271h-s1.bin 128 Kb crc32 : A5D78A9A

    271-c1d.bin 16 Mb crc32 : C29ACD28

    271-c2d.bin 16 Mb crc32 : 328E80B1

    271-c3d.bin 16 Mb crc32 : 20A11F1

    271-c4d.bin 16 Mb crc32 : 991B5ED2

    271-c5d.bin 16 Mb crc32 : C2DE8B66

    271-c6d.bin 16 Mb crc32 : 3FF750DB

    271-m1d.bin 512 Kb crc32 : E86AF8F

    271-v1d.bin 16 Mb crc32 : 2058EC5E

  13. How can I enable red blood in Metal Slug games on FBAXXX?  The option was always part of the dip switches in KawaX, it's not there in the dip switch menu on FBAXXX.

    In DIPswitch settings, enable Setting mode ("on"), then reset the game to enter in the menu.

  14. The above normal Romcenter DAT is not a complete set for all Neogeo romset, cause I have samsho5.zip and svcplus.zip and its not in this above DAT. Ooh well. If you can FTP into your XBOX, grab you generated FBAXXX 07/30/2004 DAT files.

     

    Yeah, FBAXXX has some bug where it won't generate the DAT files for the standard XBE after you enable the new sets. I tried and it just locks up when it says it's generating the DATS. I checked over at the FBAXXX site and other people have had the same problem.

    U have to open the XBE with an hex editor to know the roms to use for the recent dumps :

     

    kof2003b instead of kof2003f, it uses the original bootleg 2 P roms ;

    kof2k3ba 's kof2003b with 512 K s1 with transparencies ;

    kof2k4ex 's kof 2003 Hero EX ;

    svcplush instead of svc boss...

     

    The other romsets 'R as in the previous vers.

×
×
  • Create New...