summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m57.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m57.c')
-rw-r--r--src/mame/drivers/m57.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m57.c b/src/mame/drivers/m57.c
index f0189259d1a..6caca206002 100644
--- a/src/mame/drivers/m57.c
+++ b/src/mame/drivers/m57.c
@@ -241,7 +241,7 @@ static MACHINE_CONFIG_START( m57, m57_state )
MCFG_SCREEN_UPDATE_DRIVER(m57_state, screen_update_m57)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", m57)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", m57)
MCFG_PALETTE_ADD("palette", 32*8+32*8)
MCFG_PALETTE_INDIRECT_ENTRIES(256+16)
MCFG_PALETTE_INIT_OWNER(m57_state, m57)