added Same! Same! Same! NEW VER! (v1.00, hack by Trap15)[Trap15]

added Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7, hack by Trap15) [Trap15]
This commit is contained in:
jackchatelet 2015-03-30 16:56:26 +00:00
parent 9f8324967b
commit 8539656a10
2 changed files with 72 additions and 1 deletions

View File

@ -4376,7 +4376,7 @@ struct BurnDriver BurnDrvketarr15 = {
// Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.51, hack by Trap15)
static struct BurnRomInfo ketarr151RomDesc[] = {
{ "ketarr151_v100.u38", 0x200000, 0x2b7c030d, 1 | BRF_PRG | BRF_ESS }, // 0 68K Code
{ "ketarr151_v100.u38", 0x200000, 0x2b7c030d, 1 | BRF_PRG | BRF_ESS }, // 0 68K Code
{ "t04701w064.u19", 0x800000, 0x2665b041, 2 | BRF_GRA }, // 1 Tile data
@ -4406,6 +4406,39 @@ struct BurnDriver BurnDrvketarr151 = {
};
// Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7, hack by Trap15)
static struct BurnRomInfo ketarr17RomDesc[] = {
{ "ketarr17_v100.u38", 0x200000, 0x2cb80b89, 1 | BRF_PRG | BRF_ESS }, // 0 68K Code
{ "t04701w064.u19", 0x800000, 0x2665b041, 2 | BRF_GRA }, // 1 Tile data
{ "a04701w064.u7", 0x800000, 0x5ef1b94b, 3 | BRF_GRA }, // 2 Sprite Color Data
{ "a04702w064.u8", 0x800000, 0x26d6da7f, 3 | BRF_GRA }, // 3
{ "b04701w064.u1", 0x800000, 0x1bec008d, 4 | BRF_GRA }, // 4 Sprite Masks & Color Indexes
{ "m04701b032.u17", 0x400000, 0xb46e22d1, 5 | BRF_SND }, // 5 Samples
{ "ket_igs027a.bin", 0x004000, 0x00000000, 7 | BRF_PRG | BRF_ESS | BRF_NODUMP }, // 6 Internal ARM7 Rom
{ "ket_defaults.nv", 0x020000, 0x3ca892d8, 0 | BRF_OPT }, // 7 NV RAM
};
STDROMPICKEXT(ketarr17, ketarr17, ketsuiBios) // custom bios
STD_ROM_FN(ketarr17)
struct BurnDriver BurnDrvketarr17 = {
"ketarr17", "ket", NULL, NULL, "2002",
"Ketsui Kizuna Jigoku Tachi (Arrange Mode version 1.7, hack by Trap15)\0", NULL, "hack / Trap15", "PolyGameMaster based",
L"Ketsui Kizuna Jigoku Tachi\0\u30B1\u30C4\u30A4~\u7D46\u5730\u7344\u305F\u3061 (Arrange Mode version 1.7, hack by Trap15)\0", NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_ORIENTATION_VERTICAL | BDF_HACK, 4, HARDWARE_IGS_PGM | HARDWARE_IGS_JAMMAPCB/* | HARDWARE_IGS_USE_ARM_CPU*/, GBF_VERSHOOT, 0,
NULL, ketarr17RomInfo, ketarr17RomName, NULL, NULL, pgmInputInfo, jammaDIPInfo,
ketsuiInit, pgmExit, pgmFrame, pgmDraw, pgmScan, &nPgmPalRecalc, 0x900,
224, 448, 3, 4
};
// Ketsui Kizuna Jigoku Tachi (MR. Stoic version, hack by Trap15)
static struct BurnRomInfo ketstoicuRomDesc[] = {

View File

@ -1286,3 +1286,41 @@ struct BurnDriver BurnDrvSamesame2 = {
DrvInit, DrvExit, DrvFrame, DrvDraw, DrvScan, &ToaRecalcPalette, 0x800,
240, 320, 3, 4
};
// Same! Same! Same! NEW VER! (v1.00, hack by Trap15)
static struct BurnRomInfo samenewRomDesc[] = {
{ "o17_09_new.8j", 0x08000, 0xf60af2f9, BRF_PRG | BRF_ESS }, // 0 CPU #0 code
{ "o17_10_new.8l", 0x08000, 0x023bcb95, BRF_PRG | BRF_ESS }, // 1
{ "o17_11.7j", 0x20000, 0xbe07d101, BRF_PRG | BRF_ESS }, // 2
{ "o17_12.7l", 0x20000, 0xef698811, BRF_PRG | BRF_ESS }, // 3
{ "o17_05.12j", 0x20000, 0x565315f8, BRF_GRA }, // 4 Tile data
{ "o17_06.13j", 0x20000, 0x95262d4c, BRF_GRA }, // 5
{ "o17_07.12l", 0x20000, 0x4c4b735c, BRF_GRA }, // 6
{ "o17_08.13l", 0x20000, 0x95c6586c, BRF_GRA }, // 7
{ "o17_01.1d", 0x20000, 0xea12e491, BRF_GRA }, // 8
{ "o17_02.3d", 0x20000, 0x32a13a9f, BRF_GRA }, // 9
{ "o17_03.5d", 0x20000, 0x68723dc9, BRF_GRA }, // 10
{ "o17_04.7d", 0x20000, 0xfe0ecb13, BRF_GRA }, // 12
{ "prom14.25b", 0x00020, 0xbc88cced, BRF_GRA }, // 12 Sprite attribute PROM
{ "prom15.20c", 0x00020, 0xa1e17492, BRF_GRA }, // 13
{ "hd647180.017", 0x08000, 0x00000000, BRF_OPT | BRF_NODUMP }, // 14 Sound HD647180 code
};
STD_ROM_PICK(samenew)
STD_ROM_FN(samenew)
struct BurnDriver BurnDrvSamenew = {
"samenew", "fireshrk", NULL, "fireshrk", "1989",
"Same! Same! Same! NEW VER! (v1.00, hack by Trap15)\0", "No sound", "Hack / Trap15", "Toaplan BCU-2 / FCU-2 based",
L"\u9BAB!\u9BAB!\u9BAB!\0Same! Same! Same! NEW VER! (v1.00, hack by Trap15)\0", NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | TOA_ROTATE_GRAPHICS_CCW, 2, HARDWARE_TOAPLAN_RAIZING, GBF_VERSHOOT, 0,
NULL, samenewRomInfo, samenewRomName, samesameSampleInfo, samesameSampleName, SamesameInputInfo, SamesameDIPInfo,
DrvInit, DrvExit, DrvFrame, DrvDraw, DrvScan, &ToaRecalcPalette, 0x800,
240, 320, 3, 4
};