summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dfruit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dfruit.c')
-rw-r--r--src/mame/drivers/dfruit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/dfruit.c b/src/mame/drivers/dfruit.c
index db12a6a2028..bf5d4578057 100644
--- a/src/mame/drivers/dfruit.c
+++ b/src/mame/drivers/dfruit.c
@@ -399,6 +399,7 @@ static MACHINE_CONFIG_START( dfruit, dfruit_state )
MCFG_SCREEN_VISIBLE_AREA(0*8, 40*8-1, 2*8, 30*8-1)
MCFG_SCREEN_UPDATE_DRIVER(dfruit_state, screen_update)
MCFG_SCREEN_VBLANK_DRIVER(dfruit_state, screen_eof)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_GFXDECODE_ADD("gfxdecode", dfruit )
MCFG_PALETTE_ADD("palette", 0x100)