diff options
| author | 2015-12-04 07:02:45 +0100 | |
|---|---|---|
| committer | 2015-12-04 07:02:45 +0100 | |
| commit | 0c56ac848dd0eba359500d444ecbb51f215ff5b9 (patch) | |
| tree | ad3444449470cec94ccaffd174c5a4d1bc90d1e1 /src/devices/machine/keyboard.cpp | |
| parent | 68f961927a156c47cb444c1f66258a89342d0205 (diff) | |
clang-modernize part 3
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) |
