summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lordgun.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lordgun.c')
-rw-r--r--src/mame/drivers/lordgun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/lordgun.c b/src/mame/drivers/lordgun.c
index 06436aa90e4..87a443abd39 100644
--- a/src/mame/drivers/lordgun.c
+++ b/src/mame/drivers/lordgun.c
@@ -687,7 +687,7 @@ static MACHINE_CONFIG_START( lordgun, lordgun_state )
MCFG_SCREEN_UPDATE_DRIVER(lordgun_state, screen_update_lordgun)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", lordgun)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", lordgun)
MCFG_PALETTE_ADD("palette", 0x800 * 8) // 0x800 real colors, repeated per priority level
// sound hardware
@@ -724,7 +724,7 @@ static MACHINE_CONFIG_START( aliencha, lordgun_state )
MCFG_SCREEN_UPDATE_DRIVER(lordgun_state, screen_update_lordgun)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", lordgun)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", lordgun)
MCFG_PALETTE_ADD("palette", 0x800 * 8) // 0x800 real colors, repeated per priority level
// sound hardware