summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/cdda.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/cdda.cpp')
-rw-r--r--src/devices/sound/cdda.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/cdda.cpp b/src/devices/sound/cdda.cpp
index 1b7c81c1172..5bd6746e9d7 100644
--- a/src/devices/sound/cdda.cpp
+++ b/src/devices/sound/cdda.cpp
@@ -40,7 +40,7 @@ void cdda_device::device_start()
m_audio_length = 0;
m_audio_samples = 0;
m_audio_bptr = 0;
- m_disc = NULL;
+ m_disc = nullptr;
save_item( NAME(m_audio_playing) );
save_item( NAME(m_audio_pause) );