add The King of Fighters '97 - Combo Training Version 2018 (Hack) [Combone]

This commit is contained in:
dinkc64 2019-07-27 23:41:14 -04:00
parent a1ff294f72
commit cc33644583
1 changed files with 35 additions and 0 deletions

View File

@ -17863,3 +17863,38 @@ struct BurnDriver BurnDrvkof97rc = {
NeoInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette,
0x1000, 304, 224, 4, 3
};
// The King of Fighters '97 - Combo Training Version 2018 (Hack)
static struct BurnRomInfo kof97cbtRomDesc[] = {
{ "97cbt-p1.bin", 0x100000, 0x323e4263, 1 | BRF_ESS | BRF_PRG }, // 0 68K code
{ "97cbt-p2.bin", 0x400000, 0x91c0cfdb, 1 | BRF_ESS | BRF_PRG }, // 1
{ "KOF97cbt-s1.bin", 0x020000, 0xd4957067, 2 | BRF_GRA }, // 2 Text layer tiles
{ "KOF97cbt-c1.bin", 0x800000, 0xea16b711, 3 | BRF_GRA }, // 3 Sprite data
{ "KOF97cbt-c2.bin", 0x800000, 0xb7bef674, 3 | BRF_GRA }, // 4
{ "232-c3.c3", 0x800000, 0x581d6618, 3 | BRF_GRA }, // 5
{ "232-c4.c4", 0x800000, 0x49bb1e68, 3 | BRF_GRA }, // 6
{ "KOF97cbt-c5.bin", 0x400000, 0x6fe02054, 3 | BRF_GRA }, // 7
{ "KOF97cbt-c6.bin", 0x400000, 0x0f96c84a, 3 | BRF_GRA }, // 8
{ "232-m1.m1", 0x020000, 0x45348747, 4 | BRF_ESS | BRF_PRG }, // 9 Z80 code
{ "232-v1.v1", 0x400000, 0x22a2b5b5, 5 | BRF_SND }, // 10 Sound data
{ "232-v2.v2", 0x400000, 0x2304e744, 5 | BRF_SND }, // 11
{ "232-v3.v3", 0x400000, 0x759eb954, 5 | BRF_SND }, // 12
};
STDROMPICKEXT(kof97cbt, kof97cbt, neogeo)
STD_ROM_FN(kof97cbt)
struct BurnDriver BurnDrvkof97cbt = {
"kof97cbt", "kof97", "neogeo", NULL, "2019",
"The King of Fighters '97 - Combo Training (Hack, Ver. 2018)\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, kof97cbtRomInfo, kof97cbtRomName, NULL, NULL, NULL, NULL, neogeoInputInfo, neogeoDIPInfo,
NeoInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette,
0x1000, 304, 224, 4, 3
};