summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cps2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cps2.c')
-rw-r--r--src/mame/drivers/cps2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cps2.c b/src/mame/drivers/cps2.c
index 7a117b2ae04..9d617eb8d7f 100644
--- a/src/mame/drivers/cps2.c
+++ b/src/mame/drivers/cps2.c
@@ -1270,7 +1270,7 @@ static MACHINE_CONFIG_START( cps2, cps_state )
16MHz -> same as 8 but with a /2 divider; also a possibility
*/
MCFG_GFXDECODE_ADD("gfxdecode", cps2)
- MCFG_PALETTE_LENGTH(0xc00)
+ MCFG_PALETTE_ADD("palette", 0xc00)
MCFG_VIDEO_START_OVERRIDE(cps_state,cps2)