summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/beezer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/beezer.cpp')
-rw-r--r--src/mame/audio/beezer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/beezer.cpp b/src/mame/audio/beezer.cpp
index 2df7d424b5f..f026b480f1b 100644
--- a/src/mame/audio/beezer.cpp
+++ b/src/mame/audio/beezer.cpp
@@ -83,7 +83,7 @@ beezer_sound_device::beezer_sound_device(const machine_config &mconfig, const ch
m_sh6840_latchwriteold(0),
m_sh6840_noiselatch1(0),
m_sh6840_noiselatch3(0),
- m_stream(NULL)/*,
+ m_stream(nullptr)/*,
m_freq_to_step(0)*/
{
memset(m_sh6840_timer, 0, sizeof(m_sh6840_timer));