added Oriental Legend / Xi You Shi E Zhuan (ver. 111, Taiwanese Board) [bytestorm]

This commit is contained in:
jackchatelet 2014-10-07 15:17:55 +00:00
parent e1035d72ba
commit 1d38c02a9d
1 changed files with 38 additions and 0 deletions

View File

@ -633,6 +633,44 @@ struct BurnDriver BurnDrvOrlegend111c = {
};
// Oriental Legend / Xi Yo Gi Shi Re Zuang (V111, Taiwan)
static struct BurnRomInfo orlegend111tRomDesc[] = {
{ "olv111tw.u6", 0x080000, 0xb205a733, 1 | BRF_PRG | BRF_ESS }, // 0 68K Code
{ "olv111tw.u8", 0x080000, 0x6d9d29b4, 1 | BRF_PRG | BRF_ESS }, // 1
{ "olv111tw.u7", 0x080000, 0x27628e87, 1 | BRF_PRG | BRF_ESS }, // 2
{ "olv111tw.u11", 0x080000, 0x23f33bc9, 1 | BRF_PRG | BRF_ESS }, // 3
{ "t0100.rom", 0x400000, 0x61425e1e, 2 | BRF_GRA }, // 1 Tile data
{ "a0100.rom", 0x400000, 0x8b3bd88a, 3 | BRF_GRA }, // 2 Sprite Color Data
{ "a0101.rom", 0x400000, 0x3b9e9644, 3 | BRF_GRA }, // 3
{ "a0102.rom", 0x400000, 0x069e2c38, 3 | BRF_GRA }, // 4
{ "a0103.rom", 0x400000, 0x4460a3fd, 3 | BRF_GRA }, // 5
{ "a0104.rom", 0x400000, 0x5f8abb56, 3 | BRF_GRA }, // 6
{ "a0105.rom", 0x400000, 0xa17a7147, 3 | BRF_GRA }, // 7
{ "b0100.rom", 0x400000, 0x69d2e48c, 4 | BRF_GRA }, // 8 Sprite Masks & Color Indexes
{ "b0101.rom", 0x400000, 0x0d587bf3, 4 | BRF_GRA }, // 9
{ "b0102.rom", 0x400000, 0x43823c1e, 4 | BRF_GRA }, // 10
{ "m0100.rom", 0x200000, 0xe5c36c83, 5 | BRF_SND }, // 11 Samples
};
STDROMPICKEXT(orlegend111t, orlegend111t, pgm)
STD_ROM_FN(orlegend111t)
struct BurnDriver BurnDrvOrlegend111t = {
"orlegend111t", "orlegend", "pgm", NULL, "1997",
"Oriental Legend - Xi Yo Gi Shi Re Zuang (V111, Taiwan)\0", NULL, "IGS", "PolyGameMaster",
L"Oriental Legend\0\u897F\u6E38\u91CA\u5384\u4F20 (V111, Taiwan)\0", NULL, NULL, NULL,
BDF_CLONE, 4, HARDWARE_IGS_PGM, GBF_SCRFIGHT, 0,
NULL, orlegend111tRomInfo, orlegend111tRomName, NULL, NULL, pgmInputInfo, orld111cDIPInfo,
orlegendInit, pgmExit, pgmFrame, pgmDraw, pgmScan, &nPgmPalRecalc, 0x900,
448, 224, 4, 3
};
// Oriental Legend (V105, Korea)
static struct BurnRomInfo orlegend105kRomDesc[] = {