mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-23 17:09:43 +00:00
parent
104dba7685
commit
cdf6ef0832
@ -21618,6 +21618,39 @@ struct BurnDriver BurnDrvKof94rz = {
|
||||
0x1000, 304, 224, 4, 3
|
||||
};
|
||||
|
||||
// King of Fighters '94 (Team Edit Edition v1.0.0, Hack)
|
||||
// https://neorh.mattgreer.dev/
|
||||
|
||||
static struct BurnRomInfo kof94teRomDesc[] = {
|
||||
{ "055-p1te.p1", 0x200000, 0x3c44297a, 1 | BRF_ESS | BRF_PRG },
|
||||
|
||||
{ "055-s1te.s1", 0x020000, 0xdcd024d2, 2 | BRF_GRA },
|
||||
|
||||
{ "055-c1te.c1", 0x200000, 0xffd97c22, 3 | BRF_GRA },
|
||||
{ "055-c2te.c2", 0x200000, 0xc6f5fc9e, 3 | BRF_GRA },
|
||||
KOF94_SPR2
|
||||
KOF94_SPR3
|
||||
{ "055-c7te.c7", 0x200000, 0xeacb38a8, 3 | BRF_GRA },
|
||||
{ "055-c8te.c8", 0x200000, 0x698d0d92, 3 | BRF_GRA },
|
||||
|
||||
KOF94_Z80
|
||||
|
||||
KOF94_SND
|
||||
};
|
||||
|
||||
STDROMPICKEXT(kof94te, kof94te, neogeo)
|
||||
STD_ROM_FN(kof94te)
|
||||
|
||||
struct BurnDriver BurnDrvKof94te = {
|
||||
"kof94te", "kof94", "neogeo", NULL, "2024",
|
||||
"The King of Fighters '94 (Team Edit Edition v1.0.0, Hack)\0", NULL, "hack (Matt Greer)", "Neo Geo MVS",
|
||||
NULL, NULL, NULL, NULL,
|
||||
BDF_GAME_WORKING | BDF_CLONE | BDF_HACK, 2, HARDWARE_PREFIX_CARTRIDGE | HARDWARE_SNK_NEOGEO | HARDWARE_SNK_SWAPP, GBF_VSFIGHT, FBF_KOF,
|
||||
NULL, kof94teRomInfo, kof94teRomName, NULL, NULL, NULL, NULL, neogeoInputInfo, neogeoDIPInfo,
|
||||
NeoInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette,
|
||||
0x1000, 304, 224, 4, 3
|
||||
};
|
||||
|
||||
#undef KOF94_COMPONENTS
|
||||
#undef KOF94_TEXT
|
||||
#undef KOF94_SPR
|
||||
|
Loading…
Reference in New Issue
Block a user