summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/tnzs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/tnzs.cpp')
-rw-r--r--src/mame/machine/tnzs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/tnzs.cpp b/src/mame/machine/tnzs.cpp
index a855f81b9b8..108a5fa1522 100644
--- a/src/mame/machine/tnzs.cpp
+++ b/src/mame/machine/tnzs.cpp
@@ -696,7 +696,7 @@ WRITE8_MEMBER(tnzs_state::tnzs_bankswitch1_w)
/* bit 2 resets the mcu */
if (data & 0x04)
{
- if (m_mcu != NULL && m_mcu->type() == I8742)
+ if (m_mcu != nullptr && m_mcu->type() == I8742)
m_mcu->set_input_line(INPUT_LINE_RESET, PULSE_LINE);
}
/* Coin count and lockout is handled by the i8742 */