diff options
Diffstat (limited to 'src/devices/sound/t6721a.cpp')
-rw-r--r-- | src/devices/sound/t6721a.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/t6721a.cpp b/src/devices/sound/t6721a.cpp index 2cc9828f407..d5c48f89e4b 100644 --- a/src/devices/sound/t6721a.cpp +++ b/src/devices/sound/t6721a.cpp @@ -42,7 +42,7 @@ t6721a_device::t6721a_device(const machine_config &mconfig, const char *tag, dev m_write_phi2(*this), m_write_dtrd(*this), m_write_apd(*this), - m_stream(NULL) + m_stream(nullptr) { } |