summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/econet/e01.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/econet/e01.cpp')
-rw-r--r--src/devices/bus/econet/e01.cpp17
1 files changed, 3 insertions, 14 deletions
diff --git a/src/devices/bus/econet/e01.cpp b/src/devices/bus/econet/e01.cpp
index 760df651bc5..0a5f8eef283 100644
--- a/src/devices/bus/econet/e01.cpp
+++ b/src/devices/bus/econet/e01.cpp
@@ -169,7 +169,7 @@ WRITE_LINE_MEMBER( econet_e01_device::clk_en_w )
m_clk_en = state;
}
-FLOPPY_FORMATS_MEMBER( floppy_formats_afs )
+FLOPPY_FORMATS_MEMBER( econet_e01_device::floppy_formats_afs )
FLOPPY_AFS_FORMAT
FLOPPY_FORMATS_END0
@@ -238,10 +238,10 @@ ADDRESS_MAP_END
//-------------------------------------------------
-// MACHINE_DRIVER( e01 )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( e01 )
+MACHINE_CONFIG_MEMBER( econet_e01_device::device_add_mconfig )
// basic machine hardware
MCFG_CPU_ADD(R65C102_TAG, M65C02, XTAL_8MHz/4) // Rockwell R65C102P3
MCFG_CPU_PROGRAM_MAP(e01_mem)
@@ -292,17 +292,6 @@ MACHINE_CONFIG_END
//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor econet_e01_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( e01 );
-}
-
-
-//-------------------------------------------------
// INPUT_PORTS( e01 )
//-------------------------------------------------