summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ddz.c')
-rw-r--r--src/mame/drivers/ddz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ddz.c b/src/mame/drivers/ddz.c
index 173beb29bd9..cdce25f2427 100644
--- a/src/mame/drivers/ddz.c
+++ b/src/mame/drivers/ddz.c
@@ -82,7 +82,7 @@ static MACHINE_CONFIG_START( ddz, ddz_state )
MCFG_SCREEN_UPDATE_DRIVER(ddz_state, screen_update_ddz)
MCFG_SCREEN_VBLANK_DRIVER(ddz_state, screen_eof_ddz)
- MCFG_PALETTE_LENGTH(8192)
+ MCFG_PALETTE_ADD("palette", 8192)
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")