summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mustache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mustache.c')
-rw-r--r--src/mame/drivers/mustache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mustache.c b/src/mame/drivers/mustache.c
index 3c1e9688bc6..d570ab86cf6 100644
--- a/src/mame/drivers/mustache.c
+++ b/src/mame/drivers/mustache.c
@@ -187,7 +187,7 @@ static MACHINE_CONFIG_START( mustache, mustache_state )
MCFG_SCREEN_UPDATE_DRIVER(mustache_state, screen_update_mustache)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", mustache)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", mustache)
MCFG_PALETTE_ADD("palette", 8*16+16*8)
MCFG_PALETTE_INIT_OWNER(mustache_state, mustache)