summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/sc499.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/sc499.cpp')
-rw-r--r--src/devices/bus/isa/sc499.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/devices/bus/isa/sc499.cpp b/src/devices/bus/isa/sc499.cpp
index 7fd3abb0db9..c7ccabf1802 100644
--- a/src/devices/bus/isa/sc499.cpp
+++ b/src/devices/bus/isa/sc499.cpp
@@ -177,14 +177,10 @@ static INPUT_PORTS_START( sc499_port )
INPUT_PORTS_END
-MACHINE_CONFIG_START( sc499_ctape )
+MACHINE_CONFIG_MEMBER( sc499_device::device_add_mconfig )
MCFG_DEVICE_ADD(SC499_CTAPE_TAG, SC499_CTAPE, 0)
MACHINE_CONFIG_END
-machine_config_constructor sc499_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( sc499_ctape );
-}
//**************************************************************************
// DEVICE DEFINITIONS