summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lastduel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lastduel.c')
-rw-r--r--src/mame/drivers/lastduel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/lastduel.c b/src/mame/drivers/lastduel.c
index ddb04537bc7..b50090aa865 100644
--- a/src/mame/drivers/lastduel.c
+++ b/src/mame/drivers/lastduel.c
@@ -517,7 +517,7 @@ static MACHINE_CONFIG_START( lastduel, lastduel_state )
MCFG_BUFFERED_SPRITERAM16_ADD("spriteram")
- MCFG_GFXDECODE_ADD("gfxdecode", lastduel)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", lastduel)
MCFG_PALETTE_ADD("palette", 1024)
MCFG_VIDEO_START_OVERRIDE(lastduel_state,lastduel)
@@ -561,7 +561,7 @@ static MACHINE_CONFIG_START( madgear, lastduel_state )
MCFG_BUFFERED_SPRITERAM16_ADD("spriteram")
- MCFG_GFXDECODE_ADD("gfxdecode", madgear)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", madgear)
MCFG_PALETTE_ADD("palette", 1024)
MCFG_VIDEO_START_OVERRIDE(lastduel_state,madgear)