summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isbx/compis_fdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isbx/compis_fdc.cpp')
-rw-r--r--src/devices/bus/isbx/compis_fdc.cpp15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/isbx/compis_fdc.cpp b/src/devices/bus/isbx/compis_fdc.cpp
index 5b311ffc047..327b709dba2 100644
--- a/src/devices/bus/isbx/compis_fdc.cpp
+++ b/src/devices/bus/isbx/compis_fdc.cpp
@@ -50,10 +50,10 @@ SLOT_INTERFACE_END
//-------------------------------------------------
-// MACHINE_DRIVER( compis_fdc )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( compis_fdc )
+MACHINE_CONFIG_MEMBER( compis_fdc_device::device_add_mconfig )
MCFG_I8272A_ADD(I8272_TAG, true)
MCFG_UPD765_INTRQ_CALLBACK(WRITELINE(compis_fdc_device, fdc_irq))
MCFG_UPD765_DRQ_CALLBACK(WRITELINE(compis_fdc_device, fdc_drq))
@@ -62,17 +62,6 @@ static MACHINE_CONFIG_START( compis_fdc )
MACHINE_CONFIG_END
-//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor compis_fdc_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( compis_fdc );
-}
-
-
//**************************************************************************
// LIVE DEVICE