summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tourtabl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tourtabl.c')
-rw-r--r--src/mame/drivers/tourtabl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tourtabl.c b/src/mame/drivers/tourtabl.c
index bbac3299acd..c6d89bdd804 100644
--- a/src/mame/drivers/tourtabl.c
+++ b/src/mame/drivers/tourtabl.c
@@ -187,7 +187,7 @@ static MACHINE_CONFIG_START( tourtabl, tourtabl_state )
MCFG_SCREEN_RAW_PARAMS( MASTER_CLOCK, 228, 34, 34 + 160, 262, 46, 46 + 200 )
MCFG_SCREEN_UPDATE_DEVICE("tia_video", tia_video_device, screen_update)
- MCFG_PALETTE_LENGTH(TIA_PALETTE_LENGTH)
+ MCFG_PALETTE_ADD("palette", TIA_PALETTE_LENGTH)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")