diff options
Diffstat (limited to 'src/devices/sound/okim6376.cpp')
-rw-r--r-- | src/devices/sound/okim6376.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/okim6376.cpp b/src/devices/sound/okim6376.cpp index 2db0a475b04..e4a74eefdb5 100644 --- a/src/devices/sound/okim6376.cpp +++ b/src/devices/sound/okim6376.cpp @@ -119,7 +119,7 @@ okim6376_device::okim6376_device(const machine_config &mconfig, const char *tag, //m_command[OKIM6376_VOICES], m_latch(0), //m_stage[OKIM6376_VOICES], - m_stream(NULL), + m_stream(nullptr), m_master_clock(0), m_divisor(0), m_channel(0), |