diff options
Diffstat (limited to 'src/devices/sound/st0016.cpp')
-rw-r--r-- | src/devices/sound/st0016.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/st0016.cpp b/src/devices/sound/st0016.cpp index 99328a93b4d..59a2c3bdc7d 100644 --- a/src/devices/sound/st0016.cpp +++ b/src/devices/sound/st0016.cpp @@ -27,7 +27,7 @@ const device_type ST0016 = &device_creator<st0016_device>; st0016_device::st0016_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, ST0016, "ST0016 (Audio)", tag, owner, clock, "st0016_audio", __FILE__), device_sound_interface(mconfig, *this), - m_stream(NULL), + m_stream(nullptr), m_ram_read_cb(*this) { memset(m_vpos, 0, sizeof(int)*8); |