summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/xvd701.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/xvd701.cpp')
-rw-r--r--src/devices/bus/rs232/xvd701.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/bus/rs232/xvd701.cpp b/src/devices/bus/rs232/xvd701.cpp
index ef9ca09c258..b2635d21c02 100644
--- a/src/devices/bus/rs232/xvd701.cpp
+++ b/src/devices/bus/rs232/xvd701.cpp
@@ -12,8 +12,9 @@ jvc_xvd701_device::jvc_xvd701_device(const machine_config &mconfig, const char *
{
}
-MACHINE_CONFIG_START(jvc_xvd701_device::device_add_mconfig)
-MACHINE_CONFIG_END
+void jvc_xvd701_device::device_add_mconfig(machine_config &config)
+{
+}
static INPUT_PORTS_START(xvd701)
INPUT_PORTS_END