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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/rs232/xvd701.cpp b/src/devices/bus/rs232/xvd701.cpp
index dd443d24ef1..9b032606ea8 100644
--- a/src/devices/bus/rs232/xvd701.cpp
+++ b/src/devices/bus/rs232/xvd701.cpp
@@ -5,8 +5,8 @@
jvc_xvd701_device::jvc_xvd701_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, JVC_XVD701, "JVC XV-D701", tag, owner, clock, "xvd701", __FILE__),
device_serial_interface(mconfig, *this),
- device_rs232_port_interface(mconfig, *this),
- m_response_index(0),
+ device_rs232_port_interface(mconfig, *this),
+ m_response_index(0),
m_timer_response(nullptr)
{
}