summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/murogmbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/murogmbl.c')
-rw-r--r--src/mame/drivers/murogmbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/murogmbl.c b/src/mame/drivers/murogmbl.c
index f812a9260df..0a492a66915 100644
--- a/src/mame/drivers/murogmbl.c
+++ b/src/mame/drivers/murogmbl.c
@@ -192,7 +192,7 @@ static MACHINE_CONFIG_START( murogmbl, murogmbl_state )
MCFG_CPU_ADD("maincpu", Z80, 1000000) /* Z80? */
MCFG_CPU_PROGRAM_MAP(murogmbl_map)
- MCFG_GFXDECODE_ADD("gfxdecode", murogmbl)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", murogmbl)
/* video hardware */