summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/dmv/k806.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/dmv/k806.cpp')
-rw-r--r--src/devices/bus/dmv/k806.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/dmv/k806.cpp b/src/devices/bus/dmv/k806.cpp
index 612940f01c1..9e79c9d90d6 100644
--- a/src/devices/bus/dmv/k806.cpp
+++ b/src/devices/bus/dmv/k806.cpp
@@ -82,8 +82,8 @@ dmv_k806_device::dmv_k806_device(const machine_config &mconfig, const char *tag,
m_jumpers(*this, "JUMPERS"),
m_mouse_buttons(*this, "MOUSE"),
m_mouse_x(*this, "MOUSEX"),
- m_mouse_y(*this, "MOUSEY")
-{
+ m_mouse_y(*this, "MOUSEY"), m_bus(nullptr)
+ {
}
//-------------------------------------------------