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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vip/vp590.cpp b/src/devices/bus/vip/vp590.cpp
index 3b23075d47f..0a867628fb4 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 )
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( vp590_device::device_add_mconfig )
+MACHINE_CONFIG_START(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))