summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/myb3k_kbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/myb3k_kbd.cpp')
-rw-r--r--src/devices/machine/myb3k_kbd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/myb3k_kbd.cpp b/src/devices/machine/myb3k_kbd.cpp
index 9b4519cccb1..83ee8553373 100644
--- a/src/devices/machine/myb3k_kbd.cpp
+++ b/src/devices/machine/myb3k_kbd.cpp
@@ -338,6 +338,8 @@ myb3k_keyboard_device::myb3k_keyboard_device(
: device_t(mconfig, type, tag, owner, clock)
, m_keyboard_cb(*this)
, m_io_kbd_t(*this, "MYB3K_T%X", 0U)
+ , m_x(0)
+ , m_y(0)
{
}