summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/mac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/mac.cpp')
-rw-r--r--src/mame/audio/mac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/mac.cpp b/src/mame/audio/mac.cpp
index 7a0b7a93a62..57ad49aa96f 100644
--- a/src/mame/audio/mac.cpp
+++ b/src/mame/audio/mac.cpp
@@ -36,7 +36,7 @@ mac_sound_device::mac_sound_device(const machine_config &mconfig, const char *ta
: device_t(mconfig, MAC_SOUND, "Mac Audio Custom", tag, owner, clock, "mac_sound", __FILE__),
device_sound_interface(mconfig, *this),
m_sample_enable(0),
- m_mac_snd_buf_ptr(NULL),
+ m_mac_snd_buf_ptr(nullptr),
m_snd_cache_len(0),
m_snd_cache_head(0),
m_snd_cache_tail(0),