Author Topic: Kyukyoku Tiger 2 Players Version  (Read 3448 times)

Offline DsNo

  • Jr. Member
  • **
  • Posts: 56
  • Karma: +9/-0
  • Junior Member
Kyukyoku Tiger 2 Players Version
« on: November 11, 2021, 11:21:21 PM »
Code: [Select]
// Kyukyoku Tiger (Japan, 2 Players)

static struct BurnRomInfo ktiger2pRomDesc[] = {
{ "b30_01.7j", 0x10000, 0x07f64d13, 1 | BRF_PRG | BRF_ESS }, //  0 68k code
{ "b30_03.7h", 0x10000, 0x41be6978, 1 | BRF_PRG | BRF_ESS }, //  1
{ "b30_02_2p.8j", 0x08000, 0x321e2be6, 1 | BRF_PRG | BRF_ESS }, //  2
{ "b30_04_2p.8h", 0x08000, 0xc3f960ff, 1 | BRF_PRG | BRF_ESS }, //  3

{ "b30_05.4f", 0x08000, 0x1a8f1e10, 2 | BRF_PRG | BRF_ESS }, //  4 Z80 code

{ "d70015u_gxc-03_mcu_74002", 0x00c00, 0x265b6f32, 3 | BRF_PRG | BRF_ESS }, //  5 TMS32010 code

{ "b30_08.8c", 0x04000, 0x0a254133, 4 | BRF_GRA },           //  6 Text characters
{ "b30_07.10b", 0x04000, 0xe9e2d4b1, 4 | BRF_GRA },           //  7
{ "b30_06.8b", 0x04000, 0xa599d845, 4 | BRF_GRA },           //  8

{ "b30_16.20b", 0x10000, 0x15b3991d, 5 | BRF_GRA },           //  9 Background tiles
{ "b30_15.18b", 0x10000, 0xd9e2e55d, 5 | BRF_GRA },           // 10
{ "b30_13.18c", 0x10000, 0x13daeac8, 5 | BRF_GRA },           // 11
{ "b30_14.20c", 0x10000, 0x8cc79357, 5 | BRF_GRA },           // 12

{ "b30_12.16c", 0x08000, 0xb5d48389, 6 | BRF_GRA },           // 13 Foreground tiles
{ "b30_11.14c", 0x08000, 0x97f20fdc, 6 | BRF_GRA },           // 14
{ "b30_10.12c", 0x08000, 0x170c01db, 6 | BRF_GRA },           // 15
{ "b30_09.10c", 0x08000, 0x44f5accd, 6 | BRF_GRA },           // 16

{ "b30_20.12d", 0x10000, 0xcb4092b8, 7 | BRF_GRA },           // 17 Sprites
{ "b30_19.14d", 0x10000, 0x9cb8675e, 7 | BRF_GRA },           // 18
{ "b30_18.15d", 0x10000, 0x806fb374, 7 | BRF_GRA },           // 19
{ "b30_17.16d", 0x10000, 0x4264bff8, 7 | BRF_GRA },           // 20

{ "82s129.d3", 0x00100, 0x24e7d62f, 0 | BRF_OPT },           // 21 Proms (not used)
{ "82s129.d4", 0x00100, 0xa50cef09, 0 | BRF_OPT },           // 22
{ "82s123.d2", 0x00020, 0xf72482db, 0 | BRF_OPT },           // 23
{ "82s123.e18", 0x00020, 0xbc88cced, 0 | BRF_OPT },           // 24
{ "82s123.b24", 0x00020, 0x4fb5df2a, 0 | BRF_OPT },           // 25
};

STD_ROM_PICK(ktiger2p)
STD_ROM_FN(ktiger2p)

struct BurnDriver BurnDrvktiger2p = {
"ktiger2p", "twincobr", NULL, NULL, "2021",
"Kyukyoku Tiger (Japan, 2 Players)\0", NULL, "M2 Co., Ltd.", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_ORIENTATION_VERTICAL, 2, HARDWARE_TOAPLAN_MISC, GBF_VERSHOOT, 0,
NULL, ktiger2pRomInfo, ktiger2pRomName, NULL, NULL, NULL, NULL, TwincobrInputInfo, TwincobruDIPInfo,
ktigerInit, DrvExit, DrvFrame, DrvDraw, DrvScan, &DrvRecalc, 0x700,
240, 320, 3, 4
};

Rom based : ktiger [ Kyukyoku Tiger (Japan) ]

The two rom files are different. (b30_02.8j, b30_04.8h)

I extracted it from "Kyukyoku Tiger Heli: Toaplan Arcade Garage"
Use "TwincobruDIPInfo" to make it work properly.

Attaching a IPS patch.
« Last Edit: November 11, 2021, 11:22:31 PM by DsNo »

Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: Kyukyoku Tiger 2 Players Version
« Reply #1 on: November 12, 2021, 01:45:42 AM »
DsNo, great!! thank you :)  I've added to fbn @ github

best regards,
- dink

Offline Arcadez

  • Expert
  • *****
  • Posts: 558
  • Karma: +15/-0
  • Arcade Addict
Re: Kyukyoku Tiger 2 Players Version
« Reply #2 on: November 13, 2021, 10:26:37 AM »
Thanks for this i'll add it to the MAME2003+ core with the proper credits of course

Regards

Offline ben.shinobi

  • New Member
  • *
  • Posts: 6
  • Karma: +0/-0
Re: Kyukyoku Tiger 2 Players Version
« Reply #3 on: February 26, 2022, 02:34:24 AM »
When I launch  Hishou Zame (Flying Shark jap vers.) I got missing ship d70011u_gxc-01_mcu_64000
I have same message error with Kyukyoku Tiger with this missing component d70015u_gxc-01_mcu_74002
Wardner seems have the same issue.
Is there a way to get these files ?
I found them on this forum : https://www.ppxclub.com/706564-1-1  but I can not register unfortunately.
Thanks & best regards ;p
« Last Edit: February 28, 2022, 03:08:51 AM by ben.shinobi »