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.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/dfruit.c b/src/mame/drivers/dfruit.c
index ca0a297d234..db12a6a2028 100644
--- a/src/mame/drivers/dfruit.c
+++ b/src/mame/drivers/dfruit.c
@@ -400,11 +400,12 @@ static MACHINE_CONFIG_START( dfruit, dfruit_state )
MCFG_SCREEN_UPDATE_DRIVER(dfruit_state, screen_update)
MCFG_SCREEN_VBLANK_DRIVER(dfruit_state, screen_eof)
- MCFG_GFXDECODE_ADD("gfxdecode", dfruit )
- MCFG_PALETTE_LENGTH(0x100)
+ MCFG_GFXDECODE_ADD("gfxdecode", dfruit )
+ MCFG_PALETTE_ADD("palette", 0x100)
MCFG_DEVICE_ADD("tc0091lvc", TC0091LVC, 0)
MCFG_TC0091LVC_GFXDECODE("gfxdecode")
+ MCFG_TC0091LVC_PALETTE("palette")
MCFG_I8255A_ADD( "ppi8255_0", ppi8255_intf )