summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas18.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segas18.cpp')
-rw-r--r--src/mame/drivers/segas18.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segas18.cpp b/src/mame/drivers/segas18.cpp
index 3983dbc8098..90b84b9d9e6 100644
--- a/src/mame/drivers/segas18.cpp
+++ b/src/mame/drivers/segas18.cpp
@@ -182,7 +182,7 @@ void segas18_state::machine_reset()
m_vdp->device_reset_old();
// if we are running with a real live 8751, we need to boost the interleave at startup
- if (m_mcu != NULL && m_mcu->type() == I8751)
+ if (m_mcu != nullptr && m_mcu->type() == I8751)
synchronize(TID_INITIAL_BOOST);
}