summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tcl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tcl.cpp')
-rw-r--r--src/mame/drivers/tcl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tcl.cpp b/src/mame/drivers/tcl.cpp
index 2f359f5d09d..e97a409d942 100644
--- a/src/mame/drivers/tcl.cpp
+++ b/src/mame/drivers/tcl.cpp
@@ -111,7 +111,7 @@ static GFXDECODE_START( tcl )
GFXDECODE_ENTRY( "gfx2", 0, charlayout2, 128, 4 )
GFXDECODE_END
-static MACHINE_CONFIG_START( tcl, tcl_state )
+static MACHINE_CONFIG_START( tcl )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80,12000000/4)