summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vip/vp590.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vip/vp590.cpp')
-rw-r--r--src/devices/bus/vip/vp590.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/devices/bus/vip/vp590.cpp b/src/devices/bus/vip/vp590.cpp
index f829b2c8885..3b23075d47f 100644
--- a/src/devices/bus/vip/vp590.cpp
+++ b/src/devices/bus/vip/vp590.cpp
@@ -53,7 +53,7 @@ READ_LINE_MEMBER( vp590_device::gd_r )
// MACHINE_CONFIG_START( vp590 )
//-------------------------------------------------
-static MACHINE_CONFIG_START( vp590 )
+MACHINE_CONFIG_MEMBER( vp590_device::device_add_mconfig )
MCFG_DEVICE_ADD(CDP1862_TAG, CDP1862, CPD1862_CLOCK)
MCFG_CDP1861_RD_CALLBACK(DEVREADLINE(DEVICE_SELF, vp590_device, rd_r))
MCFG_CDP1861_BD_CALLBACK(DEVREADLINE(DEVICE_SELF, vp590_device, bd_r))
@@ -65,17 +65,6 @@ MACHINE_CONFIG_END
//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor vp590_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( vp590 );
-}
-
-
-//-------------------------------------------------
// INPUT_PORTS( vp590 )
//-------------------------------------------------