summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74166.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74166.cpp')
-rw-r--r--src/devices/machine/74166.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/74166.cpp b/src/devices/machine/74166.cpp
index 3a793feda5b..a8caccf092e 100644
--- a/src/devices/machine/74166.cpp
+++ b/src/devices/machine/74166.cpp
@@ -23,7 +23,7 @@ DEFINE_DEVICE_TYPE(TTL166, ttl166_device, "ttl166", "SN54/74166")
// machine configurations
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( ttl166 )
+static MACHINE_CONFIG_START( ttl166 )
MCFG_TIMER_DRIVER_ADD("timer", ttl166_device, qh_output)
MACHINE_CONFIG_END