diff --git a/src/burn/drv/neogeo/d_neogeo.cpp b/src/burn/drv/neogeo/d_neogeo.cpp index 18da1d282..9ba6738c7 100644 --- a/src/burn/drv/neogeo/d_neogeo.cpp +++ b/src/burn/drv/neogeo/d_neogeo.cpp @@ -21566,20 +21566,20 @@ struct BurnDriver BurnDrvKof94rz = { 0x1000, 304, 224, 4, 3 }; -// King of Fighters '94 (Team Edit Edition v1.3.0, Hack) +// King of Fighters '94 (Team Edit Edition v1.4.0, Hack) // https://neorh.mattgreer.dev/ static struct BurnRomInfo kof94teRomDesc[] = { - { "055-p1te.p1", 0x200000, 0xf3fea336, 1 | BRF_ESS | BRF_PRG }, + { "055-p1te.p1", 0x200000, 0xc597d83c, 1 | BRF_ESS | BRF_PRG }, { "055-s1te.s1", 0x020000, 0xdcd024d2, 2 | BRF_GRA }, - { "055-c1te.c1", 0x200000, 0x34758352, 3 | BRF_GRA }, - { "055-c2te.c2", 0x200000, 0x90466a40, 3 | BRF_GRA }, + { "055-c1te.c1", 0x200000, 0xab83690c, 3 | BRF_GRA }, + { "055-c2te.c2", 0x200000, 0x849bdfba, 3 | BRF_GRA }, KOF94_SPR2 KOF94_SPR3 - { "055-c7te.c7", 0x200000, 0xb3d868d0, 3 | BRF_GRA }, - { "055-c8te.c8", 0x200000, 0xb296127c, 3 | BRF_GRA }, + { "055-c7te.c7", 0x200000, 0x78bf6367, 3 | BRF_GRA }, + { "055-c8te.c8", 0x200000, 0x7f680a75, 3 | BRF_GRA }, KOF94_Z80 @@ -21591,7 +21591,7 @@ STD_ROM_FN(kof94te) struct BurnDriver BurnDrvKof94te = { "kof94te", "kof94", "neogeo", NULL, "2024", - "The King of Fighters '94 (Team Edit Edition v1.3.0, Hack)\0", NULL, "hack (Matt Greer)", "Neo Geo MVS", + "The King of Fighters '94 (Team Edit Edition v1.4.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,