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 f44c846b2e7..07a9de653a5 100644
--- a/src/devices/machine/74166.cpp
+++ b/src/devices/machine/74166.cpp
@@ -22,7 +22,7 @@ DEFINE_DEVICE_TYPE(TTL166, ttl166_device, "ttl166", "SN54/74166")
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( ttl166_device::device_add_mconfig )
+MACHINE_CONFIG_START(ttl166_device::device_add_mconfig)
MCFG_TIMER_DRIVER_ADD("timer", ttl166_device, qh_output)
MACHINE_CONFIG_END