summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/abcbus/fd2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/abcbus/fd2.cpp')
-rw-r--r--src/devices/bus/abcbus/fd2.cpp16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/devices/bus/abcbus/fd2.cpp b/src/devices/bus/abcbus/fd2.cpp
index dce640b497c..d3981c5f776 100644
--- a/src/devices/bus/abcbus/fd2.cpp
+++ b/src/devices/bus/abcbus/fd2.cpp
@@ -231,10 +231,10 @@ FLOPPY_FORMATS_END
//-------------------------------------------------
-// MACHINE_DRIVER( abc_fd2 )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( abc_fd2 )
+MACHINE_CONFIG_MEMBER( abc_fd2_device::device_add_mconfig )
MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_4MHz/2)
MCFG_CPU_PROGRAM_MAP(abc_fd2_mem)
MCFG_CPU_IO_MAP(abc_fd2_io)
@@ -257,18 +257,6 @@ static MACHINE_CONFIG_START( abc_fd2 )
MACHINE_CONFIG_END
-//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor abc_fd2_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( abc_fd2 );
-}
-
-
-
//**************************************************************************
// LIVE DEVICE
//**************************************************************************