Jump to content

rekcah2000a

Members+
  • Posts

    26
  • Joined

  • Last visited

Posts posted by rekcah2000a

  1. i see this on french board FBA-X with no CRC and KOF2003 implentation

    if someone want try to rum kof2003 pm me i send you the file

     

    Fbax Beta 4 French No Crc with kof2003

     

    // The King of Fighters 2003

     

     

    static struct BurnRomInfo kof2003RomDesc[] = {

    {"271-p1.bin", 0x400000, 0x92ed6ee3, 0x10}, // 0 68K code

    {"271-p2.bin", 0x400000, 0x5d3d8bb3, 0x10}, // 1

     

    {"271-s1.rom", 0x020000, 0xc47f8ac3, 1}, // 1 Text data

     

    {"271-c1.rom", 0x800000, 0xe42fc226, 1}, // 2 Sprite data

    {"271-c2.rom", 0x800000, 0x1b5e3b58, 1}, // 3

    {"271-c3.rom", 0x800000, 0xd334fdd9, 1}, // 5

    {"271-c4.rom", 0x800000, 0x0d457699, 1}, // 6

    {"271-c5.rom", 0x800000, 0x8a91aae4, 1}, // 7

    {"271-c6.rom", 0x800000, 0x9f8674b8, 1}, // 8

    {"271-c7.rom", 0x800000, 0x374ea203, 1}, // 9

    {"271-c8.rom", 0x800000, 0x75211f4d, 1}, // 10

     

    {"271-m1d.bin", 0x080000, 0xe86af8f, 0x10}, // 11 Z80 code

     

    {"271-v1d.rom", 0x400000, 0xd2b8aa5e, 2}, // 12 Sound data

    {"271-v2d.rom", 0x400000, 0x71956ee2, 2}, // 13

    {"271-v3d.rom", 0x400000, 0xddbbb199, 2}, // 14

    {"271-v4d.rom", 0x400000, 0x1b90c4f, 2}, // 15

    };

     

    STDROMPICKEXT(kof2003, kof2003, neogeo);

    STD_ROM_FN(kof2003);

     

    static int kof2003Init()

    {

    nNeoProtectionXor = 0xEC;

    return NeoInit();

    }

     

    struct BurnDriver BurnDrvkof2003 = {

     

    {"kof2003", "The King of Fighters 2003", "Yoshihiro", "SNK Playmore Corporation", "Neo Geo", "2003", NULL, "neogeo"},

    BDF_GAME_WORKING, 2, HARDWARE_SNK_NEOGEO | HARDWARE_SNK_ENCRYPTED_B | HARDWARE_SNK_SWAPC,

    NULL, kof2003RomInfo, kof2003RomName, neogeoInputInfo, neogeoDIPInfo,

    kof2003Init, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette,

    nNeoScreenWidth, 224, 4, 3

    };

     

  2. yes i have test with kawa hex and the bar is ok but very bad to have 2 kawa.xbe i prefere have one xbe with many most game

    i have send my xbe (ciccor) to a friend for add the missing line and have rotd works with bar in ciccor xbe patched

  3. no rom to replace just add the missing 264-S1.rom

    i use other version of kawa-x from a french xbox site it support Rage of dragon and health bar is ok the only difference is the support of the s1 for rotd

×
×
  • Create New...