summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/pckeybrd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/pckeybrd.c')
-rw-r--r--src/emu/machine/pckeybrd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/pckeybrd.c b/src/emu/machine/pckeybrd.c
index 3801c6a20ff..12aefd6086f 100644
--- a/src/emu/machine/pckeybrd.c
+++ b/src/emu/machine/pckeybrd.c
@@ -336,7 +336,7 @@ void pc_keyboard_device::device_start()
ioport_queue_chars_delegate(FUNC(pc_keyboard_device::queue_chars), this),
ioport_accept_char_delegate(FUNC(pc_keyboard_device::accept_char), this),
ioport_charqueue_empty_delegate(FUNC(pc_keyboard_device::charqueue_empty), this));
-
+
m_out_keypress_func.resolve_safe();
m_keyboard_timer = timer_alloc();
}