d_neogeo: kof94te (#1798)

updated to version 1.2.4
This commit is contained in:
Igor-Arabe 2024-06-05 10:12:38 -03:00 committed by GitHub
parent 29d4114467
commit 38b36f0fb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21496,11 +21496,11 @@ struct BurnDriver BurnDrvKof94rz = {
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/
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 },
@ -21521,7 +21521,7 @@ STD_ROM_FN(kof94te)
struct BurnDriver BurnDrvKof94te = {
"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,
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,