Sync with MAME 0.209 (part 2)

This commit is contained in:
barbudreadmon 2019-05-07 16:34:45 +02:00 committed by GitHub
parent 5314ac9722
commit f692b4d099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19468,18 +19468,18 @@ STD_ROM_PICK(Moonwar)
STD_ROM_FN(Moonwar)
static struct BurnRomInfo MoonwaraRomDesc[] = {
{ "moon_war_ii_ra22_2c.2c", 0x01000, 0xbc20b734, BRF_ESS | BRF_PRG | GAL_ROM_Z80_PROG1 },
{ "moon_war_ii_ra22_2e.2e", 0x01000, 0xdb6ffec2, BRF_ESS | BRF_PRG | GAL_ROM_Z80_PROG1 },
{ "moon_war_ii_rxa22_2f.2f", 0x01000, 0x378931b8, BRF_ESS | BRF_PRG | GAL_ROM_Z80_PROG1 },
{ "moon_war_ii_rxa22_2h.2h", 0x01000, 0x031dbc2c, BRF_ESS | BRF_PRG | GAL_ROM_Z80_PROG1 },
{ "moon_war_ii_ra22_2c.2c", 0x01000, 0xbc20b734, BRF_ESS | BRF_PRG | GAL_ROM_Z80_PROG1 },
{ "moon_war_ii_ra22_2e.2e", 0x01000, 0xdb6ffec2, BRF_ESS | BRF_PRG | GAL_ROM_Z80_PROG1 },
{ "moon_war_ii_rxa22_2f.2f", 0x01000, 0x378931b8, BRF_ESS | BRF_PRG | GAL_ROM_Z80_PROG1 },
{ "moon_war_ii_rxa22_2h.2h", 0x01000, 0x031dbc2c, BRF_ESS | BRF_PRG | GAL_ROM_Z80_PROG1 },
{ "moon_war_ii_ra20_5c.5c", 0x00800, 0xc26231eb, BRF_ESS | BRF_PRG | GAL_ROM_Z80_PROG2 },
{ "moon_war_ii_ra20_5d.5d", 0x00800, 0xbb48a646, BRF_ESS | BRF_PRG | GAL_ROM_Z80_PROG2 },
{ "moon_war_ii_ra20_5c.5c", 0x00800, 0xc26231eb, BRF_ESS | BRF_PRG | GAL_ROM_Z80_PROG2 },
{ "moon_war_ii_ra20_5d.5d", 0x00800, 0xbb48a646, BRF_ESS | BRF_PRG | GAL_ROM_Z80_PROG2 },
{ "moon_war_ii_ra20_5f.5f", 0x00800, 0xc5fa1aa0, BRF_GRA | GAL_ROM_TILES_SHARED },
{ "moon_war_ii_ra20_5h.5h", 0x00800, 0xa6ccc652, BRF_GRA | GAL_ROM_TILES_SHARED },
{ "moon_war_ii_ra20_5f.5f", 0x00800, 0xc5fa1aa0, BRF_GRA | GAL_ROM_TILES_SHARED },
{ "moon_war_ii_ra20_5h.5h", 0x00800, 0xa6ccc652, BRF_GRA | GAL_ROM_TILES_SHARED },
{ "moonwara.clr", 0x00020, 0xf58d4f58, BRF_GRA | GAL_ROM_PROM },
{ "moonwar_ii_color_6ea1.6e", 0x00020, 0x99614c6c, BRF_GRA | GAL_ROM_PROM },
};
STD_ROM_PICK(Moonwara)