diff options
Diffstat (limited to 'src/devices/machine/keyboard.cpp')
-rw-r--r-- | src/devices/machine/keyboard.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/keyboard.cpp b/src/devices/machine/keyboard.cpp index e586aaaa8a6..d801bbf7dcf 100644 --- a/src/devices/machine/keyboard.cpp +++ b/src/devices/machine/keyboard.cpp @@ -44,7 +44,7 @@ generic_keyboard_device::generic_keyboard_device(const machine_config &mconfig, m_io_kbd8(*this, "TERM_LINE8"), m_io_kbd9(*this, "TERM_LINE9"), m_io_kbdc(*this, "TERM_LINEC"), - m_timer(NULL), + m_timer(nullptr), m_last_code(0), m_scan_line(0), m_keyboard_cb(*this) @@ -64,7 +64,7 @@ generic_keyboard_device::generic_keyboard_device(const machine_config &mconfig, m_io_kbd8(*this, "TERM_LINE8"), m_io_kbd9(*this, "TERM_LINE9"), m_io_kbdc(*this, "TERM_LINEC"), - m_timer(NULL), + m_timer(nullptr), m_last_code(0), m_scan_line(0), m_keyboard_cb(*this) |