summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/vc4000snd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/vc4000snd.cpp')
-rw-r--r--src/mame/audio/vc4000snd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/vc4000snd.cpp b/src/mame/audio/vc4000snd.cpp
index 00b33d308ae..72a8e46b349 100644
--- a/src/mame/audio/vc4000snd.cpp
+++ b/src/mame/audio/vc4000snd.cpp
@@ -15,7 +15,7 @@ const device_type VC4000_SND = &device_creator<vc4000_sound_device>;
vc4000_sound_device::vc4000_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, VC4000_SND, "Intertion Electronic VC 4000 Audio Custom", tag, owner, clock, "vc4000_sound", __FILE__),
device_sound_interface(mconfig, *this),
- m_channel(NULL),
+ m_channel(nullptr),
m_size(0),
m_pos(0),
m_level(0)