summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/keyboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/keyboard.cpp')
-rw-r--r--src/devices/machine/keyboard.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/machine/keyboard.cpp b/src/devices/machine/keyboard.cpp
index 30d3d528e93..d801bbf7dcf 100644
--- a/src/devices/machine/keyboard.cpp
+++ b/src/devices/machine/keyboard.cpp
@@ -43,9 +43,9 @@ generic_keyboard_device::generic_keyboard_device(const machine_config &mconfig,
m_io_kbd7(*this, "TERM_LINE7"),
m_io_kbd8(*this, "TERM_LINE8"),
m_io_kbd9(*this, "TERM_LINE9"),
- m_io_kbdc(*this, "TERM_LINEC"),
- m_timer(NULL),
- m_last_code(0),
+ m_io_kbdc(*this, "TERM_LINEC"),
+ 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)