summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/timelimt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/timelimt.c')
-rw-r--r--src/mame/drivers/timelimt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/timelimt.c b/src/mame/drivers/timelimt.c
index 96b535bdd13..bd7fb810116 100644
--- a/src/mame/drivers/timelimt.c
+++ b/src/mame/drivers/timelimt.c
@@ -247,8 +247,8 @@ static MACHINE_CONFIG_START( timelimt, timelimt_state )
MCFG_SCREEN_UPDATE_DRIVER(timelimt_state, screen_update_timelimt)
MCFG_GFXDECODE_ADD("gfxdecode", timelimt)
- MCFG_PALETTE_LENGTH(64+32)
-
+ MCFG_PALETTE_ADD("palette", 64+32)
+ MCFG_PALETTE_INIT_OWNER(timelimt_state, timelimt)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")