From f692b4d099cec1824da0f48e787026b1df9f35ea Mon Sep 17 00:00:00 2001 From: barbudreadmon Date: Tue, 7 May 2019 16:34:45 +0200 Subject: [PATCH] Sync with MAME 0.209 (part 2) --- src/burn/drv/galaxian/d_galaxian.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/burn/drv/galaxian/d_galaxian.cpp b/src/burn/drv/galaxian/d_galaxian.cpp index 5947fcefc..00ffebeb3 100644 --- a/src/burn/drv/galaxian/d_galaxian.cpp +++ b/src/burn/drv/galaxian/d_galaxian.cpp @@ -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)