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.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/devices/machine/mos6551.cpp b/src/devices/machine/mos6551.cpp
index 33742b7dd95..1550772ae55 100644
--- a/src/devices/machine/mos6551.cpp
+++ b/src/devices/machine/mos6551.cpp
@@ -63,15 +63,11 @@ const int mos6551_device::transmitter_controls[4][3] =
{0, 1, 1}
};
-static MACHINE_CONFIG_START( mos6551 )
+MACHINE_CONFIG_MEMBER( mos6551_device::device_add_mconfig )
MCFG_DEVICE_ADD("clock", CLOCK, 0)
MCFG_CLOCK_SIGNAL_HANDLER(WRITELINE(mos6551_device, internal_clock))
MACHINE_CONFIG_END
-machine_config_constructor mos6551_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( mos6551 );
-}
void mos6551_device::device_start()
{