summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cchance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cchance.c')
-rw-r--r--src/mame/drivers/cchance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cchance.c b/src/mame/drivers/cchance.c
index 9c8334fc1a3..4eb90a36ae9 100644
--- a/src/mame/drivers/cchance.c
+++ b/src/mame/drivers/cchance.c
@@ -218,7 +218,7 @@ static MACHINE_CONFIG_START( cchance, cchance_state )
MCFG_MACHINE_START_OVERRIDE(cchance_state,cchance)
MCFG_MACHINE_RESET_OVERRIDE(cchance_state,cchance)
- MCFG_GFXDECODE_ADD("gfxdecode", cchance)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", cchance)
MCFG_DEVICE_ADD("spritegen", SETA001_SPRITE, 0)
MCFG_SETA001_SPRITE_GFXDECODE("gfxdecode")