Author Topic: Cobra-Command (Japan?, set 2) [cobracomja]  (Read 4581 times)

Offline JacKc

  • FBNeo Dev
  • ******
  • Posts: 1677
  • Karma: +56/-0
  • Hasta la vista, Baby !
Cobra-Command (Japan?, set 2) [cobracomja]
« on: November 19, 2011, 04:25:47 PM »
Cobra-Command (Japan?, set 2)



Quote
The game is missing the Japanese export warning.

Two unknown roms:
el-11 c6a102e3   Fujitsu MBM27256
el-12 72b2dab4   Mitsubishi M5L27512

All the other roms are tmm24512 and tmm24256 - and identical to cobracomj - Cobra Command (Japan)

Archive:  cobrac.zip
 Length   Method    Size  Cmpr    Date    Time   CRC-32   Name
--------  ------  ------- ---- ---------- ----- --------  ----
   65536  Defl:N    28313  57% 2009-12-29 14:37 d96b6797  eh-00.rom
   65536  Defl:N    26320  60% 2009-12-29 14:50 3fef9c02  eh-01.rom
   65536  Defl:N    24558  63% 2009-12-29 14:51 bfae6c34  eh-02.rom
   65536  Defl:N    18264  72% 2009-12-29 14:52 d56790f8  eh-03.rom
   65536  Defl:N    26598  59% 2009-12-29 14:53 d80a49ce  el-04.rom
   65536  Defl:N    37626  43% 2009-12-29 14:54 1c4f6033  el-05.rom
   65536  Defl:N    33537  49% 2009-12-29 14:55 d24ba794  el-06.rom
   65536  Defl:N    17856  73% 2009-12-29 14:56 6d771fc3  el-07.rom
   65536  Defl:N    25651  61% 2009-12-29 14:49 cb0dcf4c  el-08.rom
   65536  Defl:N    19854  70% 2009-12-29 14:48 1fae5be7  el-09.rom
   32768  Defl:N     9965  70% 2009-12-29 14:45 62ca5e89  el-10.rom
   32768  Defl:N    19138  42% 2009-12-29 14:39 c6a102e3  el-11.rom
   65536  Defl:N    27934  57% 2009-12-29 14:41 72b2dab4  el-12.rom
   65536  Defl:N     9687  85% 2009-12-29 14:42 04505acb  el-13.rom
   32768  Defl:N     3452  90% 2009-12-29 14:44 47246177  el-14.rom

Dumped by Real.

Code: [Select]
Search for differences

1. H:\eh-11.rom: 32 768 bytes
2. H:\el-11.rom: 32 768 bytes
Offsets: hexadec.

............................
............................

21 609 difference(s) found.
Code: [Select]
Search for differences

1. H:\eh-12.rom: 65 536 bytes
2. H:\el-12.rom: 65 536 bytes
Offsets: hexadec.

............................
............................

4 345 difference(s) found.

Code: [Select]
// Cobra-Command (Japan?, set 2)

static struct BurnRomInfo cobracmjaRomDesc[] = {
{ "el-11.rom", 0x08000, 0xc6a102e3, 1 }, //  0 maincpu
{ "el-12.rom", 0x10000, 0x72b2dab4, 1 }, //  1
{ "el-13.rom", 0x10000, 0x04505acb, 1 }, //  2

{ "el-10.rom", 0x08000, 0x62ca5e89, 2 }, //  3 audiocpu

{ "el-14.rom", 0x08000, 0x47246177, 3 }, //  4 gfx1

{ "eh-00.rom", 0x10000, 0xd96b6797, 4 }, //  5 gfx2
{ "eh-01.rom", 0x10000, 0x3fef9c02, 4 }, //  6
{ "eh-02.rom", 0x10000, 0xbfae6c34, 4 }, //  7
{ "eh-03.rom", 0x10000, 0xd56790f8, 4 }, //  8

{ "el-08.rom", 0x10000, 0xcb0dcf4c, 5 }, //  9 gfx4
{ "el-09.rom", 0x10000, 0x1fae5be7, 5 }, // 10

{ "el-05.rom", 0x10000, 0x1c4f6033, 6 }, // 11 gfx3
{ "el-06.rom", 0x10000, 0xd24ba794, 6 }, // 12
{ "el-04.rom", 0x10000, 0xd80a49ce, 6 }, // 13
{ "el-07.rom", 0x10000, 0x6d771fc3, 6 }, // 14
};

STD_ROM_PICK(cobracmja)
STD_ROM_FN(cobracmja)

struct BurnDriver BurnDrvCobracmja = {
"cobracomja", "cobracom", NULL, NULL, "1988",
"Cobra-Command (Japan?, set 2)\0", NULL, "Data East Corporation", "hardware",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE, 2, HARDWARE_MISC_PRE90S, GBF_MISC, 0,
NULL, NULL, cobracmjaRomInfo, cobracmjaRomName, NULL, NULL, CobracomInputInfo, CobracomDIPInfo,
CobraInit, DrvExit, CobraFrame, CobraDraw, NULL, &DrvRecalc, 0x100,
256, 240, 4, 3
};
« Last Edit: November 19, 2011, 04:34:02 PM by JacKc »


Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
Re: Cobra-Command (Japan?, set 2) [cobracomja]
« Reply #1 on: November 19, 2011, 04:37:12 PM »
Cool - the DEC-8 driver also has sound now as well. :)
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline JacKc

  • FBNeo Dev
  • ******
  • Posts: 1677
  • Karma: +56/-0
  • Hasta la vista, Baby !
Re: Cobra-Command (Japan?, set 2) [cobracomja]
« Reply #2 on: November 19, 2011, 04:45:55 PM »
Check your PM Treble Winner  ;p