diff options
Diffstat (limited to 'src/devices/sound/saa1099.cpp')
-rw-r--r-- | src/devices/sound/saa1099.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/saa1099.cpp b/src/devices/sound/saa1099.cpp index a915fa6ed38..f1986196ddf 100644 --- a/src/devices/sound/saa1099.cpp +++ b/src/devices/sound/saa1099.cpp @@ -143,7 +143,7 @@ const device_type SAA1099 = &device_creator<saa1099_device>; saa1099_device::saa1099_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, SAA1099, "SAA1099", tag, owner, clock, "saa1099", __FILE__), device_sound_interface(mconfig, *this), - m_stream(NULL), + m_stream(nullptr), m_all_ch_enable(0), m_sync_state(0), m_selected_reg(0), |