summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/shark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/shark.cpp')
-rw-r--r--src/devices/bus/ieee488/shark.cpp15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/ieee488/shark.cpp b/src/devices/bus/ieee488/shark.cpp
index 0cf7dfbc5a8..608c133ae36 100644
--- a/src/devices/bus/ieee488/shark.cpp
+++ b/src/devices/bus/ieee488/shark.cpp
@@ -75,10 +75,10 @@ ADDRESS_MAP_END
//-------------------------------------------------
-// MACHINE_CONFIG_START( mshark )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( mshark )
+MACHINE_CONFIG_MEMBER( mshark_device::device_add_mconfig )
// basic machine hardware
MCFG_CPU_ADD(I8085_TAG, I8085A, 1000000)
MCFG_CPU_PROGRAM_MAP(mshark_mem)
@@ -91,17 +91,6 @@ MACHINE_CONFIG_END
//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor mshark_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( mshark );
-}
-
-
-//-------------------------------------------------
// INPUT_PORTS( mshark )
//-------------------------------------------------