diff options
Diffstat (limited to 'src/devices/sound/s14001a.cpp')
-rw-r--r-- | src/devices/sound/s14001a.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/s14001a.cpp b/src/devices/sound/s14001a.cpp index 50cca284241..a238a23cd43 100644 --- a/src/devices/sound/s14001a.cpp +++ b/src/devices/sound/s14001a.cpp @@ -558,7 +558,7 @@ s14001a_device::s14001a_device(const machine_config &mconfig, const char *tag, d : device_t(mconfig, S14001A, "S14001A", tag, owner, clock, "s14001a", __FILE__), device_sound_interface(mconfig, *this), m_SpeechRom(*this, DEVICE_SELF), - m_stream(NULL), + m_stream(nullptr), m_WordInput(0), m_LatchedWord(0), m_SyllableAddress(0), |