summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cupidon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cupidon.c')
-rw-r--r--src/mame/drivers/cupidon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cupidon.c b/src/mame/drivers/cupidon.c
index 00dcfce3a39..fc6e0e3c25b 100644
--- a/src/mame/drivers/cupidon.c
+++ b/src/mame/drivers/cupidon.c
@@ -107,7 +107,7 @@ static MACHINE_CONFIG_START( cupidon, cupidon_state )
MCFG_SCREEN_VISIBLE_AREA(0*8, 64*8-1, 0*8, 32*8-1)
MCFG_SCREEN_UPDATE_DRIVER(cupidon_state, screen_update_cupidon)
- MCFG_PALETTE_LENGTH(0x10000)
+ MCFG_PALETTE_ADD("palette", 0x10000)
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
/* unknown sound, probably DAC driven using 68340 DMA */