summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lgp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lgp.c')
-rw-r--r--src/mame/drivers/lgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lgp.c b/src/mame/drivers/lgp.c
index 777b8aaa90e..ed648f6bae0 100644
--- a/src/mame/drivers/lgp.c
+++ b/src/mame/drivers/lgp.c
@@ -384,7 +384,7 @@ static MACHINE_CONFIG_START( lgp, lgp_state )
MCFG_PALETTE_ADD("palette", 256)
/* MCFG_PALETTE_INIT_OWNER(lgp_state,lgp) */
- MCFG_GFXDECODE_ADD("gfxdecode", lgp)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", lgp)
/* sound hardware */
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")