added Teenage Mutant Hero Turtles (UK 4 Players, set 3) [caius]
This commit is contained in:
parent
653a3e098c
commit
0a5e0fff83
|
@ -1177,6 +1177,35 @@ static struct BurnRomInfo TmhtaRomDesc[] = {
|
|||
STD_ROM_PICK(Tmhta)
|
||||
STD_ROM_FN(Tmhta)
|
||||
|
||||
static struct BurnRomInfo TmhtbRomDesc[] = {
|
||||
{ "unk3.i17", 0x020000, 0x537eb047, BRF_ESS | BRF_PRG }, // 0 68000 Program Code
|
||||
{ "unk4.k17", 0x020000, 0x5afae564, BRF_ESS | BRF_PRG }, // 1
|
||||
{ "unk2.j15", 0x010000, 0xee34de05, BRF_ESS | BRF_PRG }, // 2
|
||||
{ "unk5.k15", 0x010000, 0x5ef58d4e, BRF_ESS | BRF_PRG }, // 3
|
||||
|
||||
{ "963e20.g13", 0x008000, 0x1692a6d6, BRF_ESS | BRF_PRG }, // 4 Z80 Program
|
||||
|
||||
{ "963a28.h27", 0x080000, 0xdb4769a8, BRF_GRA }, // 5 Tiles
|
||||
{ "963a29.k27", 0x080000, 0x8069cd2e, BRF_GRA }, // 6
|
||||
|
||||
{ "963a17.h4", 0x080000, 0xb5239a44, BRF_GRA }, // 7 Sprites
|
||||
{ "963a18.h6", 0x080000, 0xdd51adef, BRF_GRA }, // 8
|
||||
{ "963a15.k4", 0x080000, 0x1f324eed, BRF_GRA }, // 9
|
||||
{ "963a16.k6", 0x080000, 0xd4bd9984, BRF_GRA }, // 10
|
||||
|
||||
{ "963a30.g7", 0x000100, 0xabd82680, BRF_GRA }, // 11 PROMs
|
||||
{ "963a31.g19", 0x000100, 0xf8004a1c, BRF_GRA }, // 12
|
||||
|
||||
{ "963a26.c13", 0x020000, 0xe2ac3063, BRF_SND }, // 13 K007232 Samples
|
||||
|
||||
{ "963a27.d18", 0x020000, 0x2dfd674b, BRF_SND }, // 14 UP7759C Samples
|
||||
|
||||
{ "963a25.d5", 0x080000, 0xfca078c7, BRF_SND }, // 15 Title Music Sample
|
||||
};
|
||||
|
||||
STD_ROM_PICK(Tmhtb)
|
||||
STD_ROM_FN(Tmhtb)
|
||||
|
||||
static struct BurnRomInfo TmntjRomDesc[] = {
|
||||
{ "963_223.j17", 0x020000, 0x0d34a5ff, BRF_ESS | BRF_PRG }, // 0 68000 Program Code
|
||||
{ "963_224.k17", 0x020000, 0x2fd453f2, BRF_ESS | BRF_PRG }, // 1
|
||||
|
@ -6298,6 +6327,16 @@ struct BurnDriver BurnDrvTmhta = {
|
|||
NULL, 0x400, 304, 224, 4, 3
|
||||
};
|
||||
|
||||
struct BurnDriver BurnDrvTmhtb = {
|
||||
"tmhtb", "tmnt", NULL, NULL, "1989",
|
||||
"Teenage Mutant Hero Turtles (UK 4 Players, set 3)\0", NULL, "Konami", "GX963",
|
||||
NULL, NULL, NULL, NULL,
|
||||
BDF_GAME_WORKING | BDF_CLONE, 4, HARDWARE_KONAMI_68K_Z80, GBF_SCRFIGHT, 0,
|
||||
NULL, TmhtbRomInfo, TmhtbRomName, NULL, NULL, TmntInputInfo, TmntDIPInfo,
|
||||
TmntInit, TmntExit, TmntFrame, NULL, TmntScan,
|
||||
NULL, 0x400, 304, 224, 4, 3
|
||||
};
|
||||
|
||||
struct BurnDriver BurnDrvTmntj = {
|
||||
"tmntj", "tmnt", NULL, NULL, "1990",
|
||||
"Teenage Mutant Ninja Turtles (Japan 4 Players)\0", NULL, "Konami", "GX963",
|
||||
|
|
|
@ -1826,7 +1826,7 @@ static struct BurnRomInfo JumpingRomDesc[] = {
|
|||
|
||||
{ "jumping-pal16r6.bin", 0x00104, 0x12e9a7b8, BRF_OPT },
|
||||
{ "jumping-pal20l8.bin", 0x00144, 0x76944f81, BRF_OPT },
|
||||
{ "pal16l8a.ic51.bin.bin", 0x00104, 0xc1e6cb8f, BRF_OPT },
|
||||
{ "pal16l8a.ic51.bin", 0x00104, 0xc1e6cb8f, BRF_OPT },
|
||||
};
|
||||
|
||||
STD_ROM_PICK(Jumping)
|
||||
|
@ -1869,7 +1869,7 @@ static struct BurnRomInfo JumpingaRomDesc[] = {
|
|||
|
||||
{ "jumping-pal16r6.bin", 0x00104, 0x12e9a7b8, BRF_OPT },
|
||||
{ "jumping-pal20l8.bin", 0x00144, 0x76944f81, BRF_OPT },
|
||||
{ "pal16l8a.ic51.bin.bin", 0x00104, 0xc1e6cb8f, BRF_OPT },
|
||||
{ "pal16l8a.ic51.bin", 0x00104, 0xc1e6cb8f, BRF_OPT },
|
||||
};
|
||||
|
||||
STD_ROM_PICK(Jumpinga)
|
||||
|
|
Loading…
Reference in New Issue