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.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/cvs.c b/src/mame/drivers/cvs.c
index 2b87944b73a..a8d31b2fe64 100644
--- a/src/mame/drivers/cvs.c
+++ b/src/mame/drivers/cvs.c
@@ -1028,8 +1028,9 @@ static MACHINE_CONFIG_START( cvs, cvs_state )
MCFG_VIDEO_START_OVERRIDE(cvs_state,cvs)
MCFG_GFXDECODE_ADD("gfxdecode", cvs)
- MCFG_PALETTE_LENGTH((256+4)*8+8+1)
- MCFG_PALETTE_INIT_OVERRIDE(cvs_state,cvs)
+
+ MCFG_PALETTE_ADD("palette", (256+4)*8+8+1)
+ MCFG_PALETTE_INIT_OWNER(cvs_state,cvs)
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_SIZE(32*8, 32*8)