Final Burn Neo > FBN Development

Combone's - Hacks & Translate games thread (News +) (V2.0)

<< < (8/8)

Combone:
 Hi :)

New Addition - (January 20,2023)

The King of Fighters '98 Evolution

Old hack released by NEO Edit Team



IPS Files: https://www.mediafire.com/file/8hx0fzj3wd81oda/IPS_kof98evo.rar/file

....

d_neogeo


--- Code: ---// The King of Fighters '98 Evolution (Hack By NEO Edit Team)

static struct BurnRomInfo kof98evoRomDesc[] = {
{ "242evo-pn1.p1", 0x100000, 0xf9a22b2f, 1 | BRF_ESS | BRF_PRG }, //  0 68K code
{ "242evo-p2.sp2", 0x400000, 0x65547465, 1 | BRF_ESS | BRF_PRG }, //  1

{ "242-s1.s1",     0x020000, 0x7f7b4805, 2 | BRF_GRA },           //  2 Text layer tiles

{ "242-c1.c1",     0x800000, 0xe564ecd6, 3 | BRF_GRA },           //  3 Sprite data
{ "242-c2.c2",     0x800000, 0xbd959b60, 3 | BRF_GRA },           //  4
{ "242-c3.c3",     0x800000, 0x22127b4f, 3 | BRF_GRA },           //  5
{ "242-c4.c4",     0x800000, 0x0b4fa044, 3 | BRF_GRA },           //  6
{ "242-c5.c5",    0x800000, 0x9d10bed3, 3 | BRF_GRA },           //  7
{ "242-c6.c6",    0x800000, 0xda07b6a2, 3 | BRF_GRA },           //  8
{ "242evo-c7.c7",  0x800000, 0x35839069, 3 | BRF_GRA },           //  9
{ "242evo-c8.c8",  0x800000, 0x9744d47f, 3 | BRF_GRA },           // 10

{ "242-m1.m1",     0x040000, 0x4ef7016b, 4 | BRF_ESS | BRF_PRG }, // 11 Z80 code

{ "242-v1.v1",     0x400000, 0xb9ea8051, 5 | BRF_SND },           // 16 Sound data
{ "242-v2.v2",     0x400000, 0xcc11106e, 5 | BRF_SND },           // 17
{ "242-v3.v3",     0x400000, 0x044ea4e1, 5 | BRF_SND },           // 18
{ "242-v4.v4",     0x400000, 0x7985ea30, 5 | BRF_SND },           // 19
};

STDROMPICKEXT(kof98evo, kof98evo, neogeo)
STD_ROM_FN(kof98evo)

struct BurnDriver BurnDrvkof98evo = {
"kof98evo", "kof98", "neogeo", NULL, "200?",
"The King of Fighters '98 Evolution (Hack By NEO Edit Team)\0", NULL, "hack", "Neo Geo MVS",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_HACK, 2, HARDWARE_PREFIX_CARTRIDGE | HARDWARE_SNK_NEOGEO, GBF_VSFIGHT, FBF_KOF,
NULL, kof98evoRomInfo, kof98evoRomName, NULL, NULL, NULL, NULL, neogeoInputInfo, neogeoDIPInfo,
NeoInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette,
0x1000, 304, 224, 4, 3
};
--- End code ---

:cool:

Navigation

[0] Message Index

[*] Previous page

Go to full version