summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/timetrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/timetrv.c')
-rw-r--r--src/mame/drivers/timetrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/timetrv.c b/src/mame/drivers/timetrv.c
index 63ecef49133..e44f87f6f58 100644
--- a/src/mame/drivers/timetrv.c
+++ b/src/mame/drivers/timetrv.c
@@ -166,7 +166,7 @@ static MACHINE_CONFIG_START( timetrv, timetrv_state )
MCFG_SCREEN_VISIBLE_AREA(0*8, 512-1, 0*8, 512-1)
MCFG_SCREEN_UPDATE_DRIVER(timetrv_state, screen_update_timetrv)
- MCFG_PALETTE_LENGTH(512)
+ MCFG_PALETTE_ADD("palette", 512)
/* sound hardware */
MACHINE_CONFIG_END