add Rastan (World, Earlier code base) [System11, The Dumping Union]
This commit is contained in:
parent
b1ea8eedd6
commit
a4be55b5ee
|
@ -1984,6 +1984,33 @@ static struct BurnRomInfo RastanaRomDesc[] = {
|
|||
STD_ROM_PICK(Rastana)
|
||||
STD_ROM_FN(Rastana)
|
||||
|
||||
static struct BurnRomInfo RastanbRomDesc[] = {
|
||||
{ "b04-14.19", 0x10000, 0xa38ac909, BRF_ESS | BRF_PRG | TAITO_68KROM1_BYTESWAP }, /* These two are from the US rastanub set below */
|
||||
{ "b04-21.7", 0x10000, 0x7c8dde9a, BRF_ESS | BRF_PRG | TAITO_68KROM1_BYTESWAP }, /* These two are from the US rastanub set below */
|
||||
{ "b04-27.20", 0x10000, 0xce37694b, BRF_ESS | BRF_PRG | TAITO_68KROM1_BYTESWAP },
|
||||
{ "b04-26.8", 0x10000, 0xfbdb98c7, BRF_ESS | BRF_PRG | TAITO_68KROM1_BYTESWAP },
|
||||
{ "b04-29.21", 0x10000, 0x90d7c6e8, BRF_ESS | BRF_PRG | TAITO_68KROM1_BYTESWAP },
|
||||
{ "b04-28.9", 0x10000, 0xd6440242, BRF_ESS | BRF_PRG | TAITO_68KROM1_BYTESWAP },
|
||||
|
||||
{ "b04-19.49", 0x10000, 0xee81fdd8, BRF_ESS | BRF_PRG | TAITO_Z80ROM1 },
|
||||
|
||||
{ "b04-01.40", 0x20000, 0xcd30de19, BRF_GRA | TAITO_CHARS },
|
||||
{ "b04-03.39", 0x20000, 0xab67e064, BRF_GRA | TAITO_CHARS },
|
||||
{ "b04-02.67", 0x20000, 0x54040fec, BRF_GRA | TAITO_CHARS },
|
||||
{ "b04-04.66", 0x20000, 0x94737e93, BRF_GRA | TAITO_CHARS },
|
||||
|
||||
{ "b04-05.15", 0x20000, 0xc22d94ac, BRF_GRA | TAITO_SPRITESA },
|
||||
{ "b04-07.14", 0x20000, 0xb5632a51, BRF_GRA | TAITO_SPRITESA },
|
||||
{ "b04-06.28", 0x20000, 0x002ccf39, BRF_GRA | TAITO_SPRITESA },
|
||||
{ "b04-08.27", 0x20000, 0xfeafca05, BRF_GRA | TAITO_SPRITESA },
|
||||
|
||||
{ "b04-20.76", 0x10000, 0xfd1a34cc, BRF_SND | TAITO_MSM5205 },
|
||||
};
|
||||
|
||||
STD_ROM_PICK(Rastanb)
|
||||
STD_ROM_FN(Rastanb)
|
||||
|
||||
|
||||
static struct BurnRomInfo RastanuRomDesc[] = {
|
||||
{ "b04-38.19", 0x10000, 0x1c91dbb1, BRF_ESS | BRF_PRG | TAITO_68KROM1_BYTESWAP },
|
||||
{ "b04-37.7", 0x10000, 0xecf20bdd, BRF_ESS | BRF_PRG | TAITO_68KROM1_BYTESWAP },
|
||||
|
@ -6367,6 +6394,16 @@ struct BurnDriver BurnDrvRastana = {
|
|||
NULL, 0x2000, 320, 240, 4, 3
|
||||
};
|
||||
|
||||
struct BurnDriver BurnDrvRastanb = {
|
||||
"rastanb", "rastan", NULL, NULL, "1987",
|
||||
"Rastan (World, Earlier code base)\0", NULL, "Taito Corporation Japan", "Taito Misc",
|
||||
NULL, NULL, NULL, NULL,
|
||||
BDF_GAME_WORKING | BDF_CLONE, 2, HARDWARE_TAITO_MISC, GBF_PLATFORM, 0,
|
||||
NULL, RastanbRomInfo, RastanbRomName, NULL, NULL, RastanInputInfo, RastanDIPInfo,
|
||||
RastanInit, TaitoMiscExit, TaitoMiscFrame, NULL, TaitoMiscScan,
|
||||
NULL, 0x2000, 320, 240, 4, 3
|
||||
};
|
||||
|
||||
struct BurnDriver BurnDrvRastanu = {
|
||||
"rastanu", "rastan", NULL, NULL, "1987",
|
||||
"Rastan (US Rev 1)\0", NULL, "Taito America Corporation", "Taito Misc",
|
||||
|
|
Loading…
Reference in New Issue