summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/centronics/epson_ex800.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/centronics/epson_ex800.cpp')
-rw-r--r--src/devices/bus/centronics/epson_ex800.cpp15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/centronics/epson_ex800.cpp b/src/devices/bus/centronics/epson_ex800.cpp
index 2aac8b5e68a..45dd6588e55 100644
--- a/src/devices/bus/centronics/epson_ex800.cpp
+++ b/src/devices/bus/centronics/epson_ex800.cpp
@@ -212,10 +212,10 @@ ADDRESS_MAP_END
//-------------------------------------------------
-// MACHINE_DRIVER( epson_ex800 )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( epson_ex800 )
+MACHINE_CONFIG_MEMBER( epson_ex800_device::device_add_mconfig )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", UPD7810, 12000000) /* 12 MHz? */
MCFG_CPU_PROGRAM_MAP(ex800_mem)
@@ -235,17 +235,6 @@ static MACHINE_CONFIG_START( epson_ex800 )
MACHINE_CONFIG_END
-//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor epson_ex800_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( epson_ex800 );
-}
-
-
/* The ON LINE switch is directly connected to the INT1 input of the CPU */
INPUT_CHANGED_MEMBER(epson_ex800_device::online_switch)
{