summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tcl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tcl.c')
-rw-r--r--src/mame/drivers/tcl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tcl.c b/src/mame/drivers/tcl.c
index 3b2ce96c925..7289cbb65ba 100644
--- a/src/mame/drivers/tcl.c
+++ b/src/mame/drivers/tcl.c
@@ -141,7 +141,7 @@ static MACHINE_CONFIG_START( tcl, tcl_state )
MCFG_SCREEN_UPDATE_DRIVER(tcl_state, screen_update_tcl)
MCFG_GFXDECODE_ADD("gfxdecode", tcl)
- MCFG_PALETTE_LENGTH(16*16)
+ MCFG_PALETTE_ADD("palette", 16*16)
MCFG_I8255A_ADD( "ppi8255_0", ppi8255_0_intf )