diff options
Diffstat (limited to 'src/devices/sound/es8712.cpp')
-rw-r--r-- | src/devices/sound/es8712.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/es8712.cpp b/src/devices/sound/es8712.cpp index f6087f83dc1..e7fee35bbe8 100644 --- a/src/devices/sound/es8712.cpp +++ b/src/devices/sound/es8712.cpp @@ -53,7 +53,7 @@ es8712_device::es8712_device(const machine_config &mconfig, const char *tag, dev m_end(0), m_repeat(0), m_bank_offset(0), - m_stream(NULL) + m_stream(nullptr) { } |