summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/taitosj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/taitosj.cpp')
-rw-r--r--src/mame/machine/taitosj.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/taitosj.cpp b/src/mame/machine/taitosj.cpp
index 890f66f3393..f32f2fc83df 100644
--- a/src/mame/machine/taitosj.cpp
+++ b/src/mame/machine/taitosj.cpp
@@ -47,7 +47,7 @@ void taitosj_state::machine_reset()
m_zaccept = 1;
m_zready = 0;
m_busreq = 0;
- if (m_mcu != NULL)
+ if (m_mcu != nullptr)
m_mcu->set_input_line(0, CLEAR_LINE);
m_spacecr_prot_value = 0;