summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m62.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m62.c')
-rw-r--r--src/mame/drivers/m62.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m62.c b/src/mame/drivers/m62.c
index 26929e32a1a..f097e8bc09b 100644
--- a/src/mame/drivers/m62.c
+++ b/src/mame/drivers/m62.c
@@ -947,7 +947,7 @@ static MACHINE_CONFIG_START( ldrun, m62_state )
MCFG_SCREEN_UPDATE_DRIVER(m62_state, screen_update_ldrun)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", ldrun)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", ldrun)
MCFG_PALETTE_ADD("palette", 512)
MCFG_PALETTE_INIT_OWNER(m62_state,m62)