summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cvs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cvs.c')
-rw-r--r--src/mame/drivers/cvs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cvs.c b/src/mame/drivers/cvs.c
index c95bfa995cf..3d7444e1db6 100644
--- a/src/mame/drivers/cvs.c
+++ b/src/mame/drivers/cvs.c
@@ -1026,7 +1026,7 @@ static MACHINE_CONFIG_START( cvs, cvs_state )
/* video hardware */
MCFG_VIDEO_START_OVERRIDE(cvs_state,cvs)
- MCFG_GFXDECODE_ADD("gfxdecode", cvs)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", cvs)
MCFG_PALETTE_ADD("palette", (256+4)*8+8+1)
MCFG_PALETTE_INDIRECT_ENTRIES(16)