summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddribble.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ddribble.c')
-rw-r--r--src/mame/drivers/ddribble.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/ddribble.c b/src/mame/drivers/ddribble.c
index f3de38305ee..4a757fc38cb 100644
--- a/src/mame/drivers/ddribble.c
+++ b/src/mame/drivers/ddribble.c
@@ -284,6 +284,7 @@ static MACHINE_CONFIG_START( ddribble, ddribble_state )
/* MCFG_SCREEN_SIZE(64*8, 32*8)
MCFG_SCREEN_VISIBLE_AREA(0*8, 64*8-1, 2*8, 30*8-1) */
MCFG_SCREEN_UPDATE_DRIVER(ddribble_state, screen_update_ddribble)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", ddribble)
MCFG_PALETTE_ADD("palette", 64 + 256)