mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-27 11:00:27 +00:00
parent
29d4114467
commit
38b36f0fb8
@ -21496,11 +21496,11 @@ struct BurnDriver BurnDrvKof94rz = {
|
|||||||
0x1000, 304, 224, 4, 3
|
0x1000, 304, 224, 4, 3
|
||||||
};
|
};
|
||||||
|
|
||||||
// King of Fighters '94 (Team Edit Edition v1.2.2, Hack)
|
// King of Fighters '94 (Team Edit Edition v1.2.4, Hack)
|
||||||
// https://neorh.mattgreer.dev/
|
// https://neorh.mattgreer.dev/
|
||||||
|
|
||||||
static struct BurnRomInfo kof94teRomDesc[] = {
|
static struct BurnRomInfo kof94teRomDesc[] = {
|
||||||
{ "055-p1te.p1", 0x200000, 0x0d948efa, 1 | BRF_ESS | BRF_PRG },
|
{ "055-p1te.p1", 0x200000, 0x18cefb28, 1 | BRF_ESS | BRF_PRG },
|
||||||
|
|
||||||
{ "055-s1te.s1", 0x020000, 0xdcd024d2, 2 | BRF_GRA },
|
{ "055-s1te.s1", 0x020000, 0xdcd024d2, 2 | BRF_GRA },
|
||||||
|
|
||||||
@ -21521,7 +21521,7 @@ STD_ROM_FN(kof94te)
|
|||||||
|
|
||||||
struct BurnDriver BurnDrvKof94te = {
|
struct BurnDriver BurnDrvKof94te = {
|
||||||
"kof94te", "kof94", "neogeo", NULL, "2024",
|
"kof94te", "kof94", "neogeo", NULL, "2024",
|
||||||
"The King of Fighters '94 (Team Edit Edition v1.2.2, Hack)\0", NULL, "hack (Matt Greer)", "Neo Geo MVS",
|
"The King of Fighters '94 (Team Edit Edition v1.2.4, Hack)\0", NULL, "hack (Matt Greer)", "Neo Geo MVS",
|
||||||
NULL, NULL, NULL, NULL,
|
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,
|
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,
|
NULL, kof94teRomInfo, kof94teRomName, NULL, NULL, NULL, NULL, neogeoInputInfo, neogeoDIPInfo,
|
||||||
|
Loading…
Reference in New Issue
Block a user