diff options
| author | 2020-12-26 13:38:14 -0500 | |
|---|---|---|
| committer | 2020-12-26 13:39:34 -0500 | |
| commit | c04e2cbe0b88d67fed6b0316633cb9cbed4c76aa (patch) | |
| tree | 2d845a3297d90e110ee4364510ae982b1b0a098f /src/devices/machine/pckeybrd.cpp | |
| parent | 43f569e58f26d23032b950ebcbd02f352532ba95 (diff) | |
natkeyboard: Remove from ioport_manager
Diffstat (limited to 'src/devices/machine/pckeybrd.cpp')
| -rw-r--r-- | src/devices/machine/pckeybrd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pckeybrd.cpp b/src/devices/machine/pckeybrd.cpp index 7062c59c8fa..1ab2dc80209 100644 --- a/src/devices/machine/pckeybrd.cpp +++ b/src/devices/machine/pckeybrd.cpp @@ -320,7 +320,7 @@ void pc_keyboard_device::device_start() memset(m_make, 0, sizeof(m_make)); - machine().ioport().natkeyboard().configure( + machine().natkeyboard().configure( ioport_queue_chars_delegate(&pc_keyboard_device::queue_chars, this), ioport_accept_char_delegate(&pc_keyboard_device::accept_char, this), ioport_charqueue_empty_delegate(&pc_keyboard_device::charqueue_empty, this)); |
