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.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/devices/bus/isa/sc499.cpp b/src/devices/bus/isa/sc499.cpp
index 92f049f0402..e9ace1ddb83 100644
--- a/src/devices/bus/isa/sc499.cpp
+++ b/src/devices/bus/isa/sc499.cpp
@@ -177,10 +177,9 @@ static INPUT_PORTS_START( sc499_port )
INPUT_PORTS_END
-void sc499_device::device_add_mconfig(machine_config &config)
-{
- SC499_CTAPE(config, m_image, 0);
-}
+MACHINE_CONFIG_START(sc499_device::device_add_mconfig)
+ MCFG_DEVICE_ADD(SC499_CTAPE_TAG, SC499_CTAPE, 0)
+MACHINE_CONFIG_END
//**************************************************************************