summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/gdrom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/gdrom.cpp')
-rw-r--r--src/mame/machine/gdrom.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/gdrom.cpp b/src/mame/machine/gdrom.cpp
index 2909cda71db..59a11e97cc2 100644
--- a/src/mame/machine/gdrom.cpp
+++ b/src/mame/machine/gdrom.cpp
@@ -167,7 +167,7 @@ void gdrom_device::ExecCommand()
m_cur_subblock = 0;
}
- if (m_cdda != NULL)
+ if (m_cdda != nullptr)
{
m_cdda->stop_audio();
}
@@ -205,7 +205,7 @@ void gdrom_device::ExecCommand()
length = 4;
}
- if (m_cdda != NULL)
+ if (m_cdda != nullptr)
{
m_cdda->stop_audio();
}