summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos6551.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos6551.cpp')
-rw-r--r--src/devices/machine/mos6551.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mos6551.cpp b/src/devices/machine/mos6551.cpp
index 91595615d6c..33742b7dd95 100644
--- a/src/devices/machine/mos6551.cpp
+++ b/src/devices/machine/mos6551.cpp
@@ -63,7 +63,7 @@ const int mos6551_device::transmitter_controls[4][3] =
{0, 1, 1}
};
-static MACHINE_CONFIG_FRAGMENT( mos6551 )
+static MACHINE_CONFIG_START( mos6551 )
MCFG_DEVICE_ADD("clock", CLOCK, 0)
MCFG_CLOCK_SIGNAL_HANDLER(WRITELINE(mos6551_device, internal_clock))
MACHINE_CONFIG_END