Author Topic: Nastar (World, alt)  (Read 4407 times)

Offline JacKc

  • FBNeo Dev
  • ******
  • Posts: 1677
  • Karma: +56/-0
  • Hasta la vista, Baby !
Nastar (World, alt)
« on: November 29, 2011, 02:37:38 PM »
Nastar (World, alt) [nastara]

Code: [Select]
// Nastar (World, alt)

static struct BurnRomInfo nastaraRomDesc[] = {
{ "b81-08.50", 0x020000, 0xd6da9169, TAITO_68KROM1_BYTESWAP }, //  0 68k Code
{ "b81-13.31", 0x020000, 0x60d176fb, TAITO_68KROM1_BYTESWAP }, //  1
{ "b81-10.ic49", 0x020000, 0xd06fee96, TAITO_68KROM1_BYTESWAP }, //  2
{ "b81-09.ic30", 0x020000, 0xc43f90d7, TAITO_68KROM1_BYTESWAP }, //  3

{ "b81-11.37", 0x010000, 0x3704bf09, TAITO_Z80ROM1 }, //  4 Z80 Code

{ "b81-03.14", 0x080000, 0x551b75e6, TAITO_CHARS }, //  5 Graphics Tiles
{ "b81-04.15", 0x080000, 0xcf734e12, TAITO_CHARS }, //  6

{ "b81-02.2", 0x080000, 0x20ec3b86, TAITO_YM2610A }, //  7 YM2610 A Samples

{ "b81-01.1", 0x080000, 0xb33f796b, TAITO_YM2610B }, //  8 YM2610 B Samples

{ "ampal16l8-b81-05.21", 0x000104, 0x922fd368, BRF_OPT }, //  9 PLDs
{ "ampal16l8-b81-06a.22", 0x000104, 0xbb1cec84, BRF_OPT },         // 10
};

STD_ROM_PICK(nastara)
STD_ROM_FN(nastara)

struct BurnDriver BurnDrvNastara = {
"nastara", "nastar", NULL, NULL, "1988",
"Nastar (World, alt)\0", NULL, "Taito Corporation Japan", "Taito B System",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE, 2, HARDWARE_TAITO_TAITOB, GBF_SCRFIGHT, 0,
NULL, nastaraRomInfo, nastaraRomName, NULL, NULL, CommonInputInfo, NastarDIPInfo,
NastarInit, DrvExit, DrvFrame, DrvDraw, DrvScan, NULL, 0x1000,
320, 224, 4, 3
};

Few diffs with actual Nastar (World) [nastar] dump from MAME...Could be a valid dump.


Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: Nastar (World, alt)
« Reply #1 on: November 29, 2011, 09:44:34 PM »
Nice JacKc:biggrin:

SeeYaa!
 :biggrin:

Offline orçotüsi5

  • Newbies
  • *
  • Posts: 27
  • Karma: +0/-0
Re: Nastar (World, alt)
« Reply #2 on: December 01, 2011, 11:42:11 AM »
Nice!  :cool: