summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sanremo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sanremo.c')
-rw-r--r--src/mame/drivers/sanremo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sanremo.c b/src/mame/drivers/sanremo.c
index 6879cc229e9..3d1bbc20158 100644
--- a/src/mame/drivers/sanremo.c
+++ b/src/mame/drivers/sanremo.c
@@ -401,7 +401,7 @@ static MACHINE_CONFIG_START( sanremo, sanremo_state )
MCFG_MC6845_ADD("crtc", MC6845, "screen", CRTC_CLOCK, mc6845_intf)
- MCFG_GFXDECODE_ADD("gfxdecode", sanremo)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", sanremo)
MCFG_PALETTE_ADD("palette", 0x10)
MCFG_PALETTE_INIT_OWNER(sanremo_state, sanremo)