summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/pokey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/pokey.cpp')
-rw-r--r--src/devices/sound/pokey.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/pokey.cpp b/src/devices/sound/pokey.cpp
index 89279c16184..e38b92dd6b3 100644
--- a/src/devices/sound/pokey.cpp
+++ b/src/devices/sound/pokey.cpp
@@ -184,7 +184,7 @@ pokey_device::pokey_device(const machine_config &mconfig, const char *tag, devic
device_state_interface(mconfig, *this),
m_output_type(LEGACY_LINEAR),
m_icount(0),
- m_stream(NULL),
+ m_stream(nullptr),
m_pot0_r_cb(*this),
m_pot1_r_cb(*this),
m_pot2_r_cb(*this),