summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/tiamc1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/tiamc1.cpp')
-rw-r--r--src/mame/audio/tiamc1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/tiamc1.cpp b/src/mame/audio/tiamc1.cpp
index 6c7f2555623..9c896429fcd 100644
--- a/src/mame/audio/tiamc1.cpp
+++ b/src/mame/audio/tiamc1.cpp
@@ -60,7 +60,7 @@ const device_type TIAMC1 = &device_creator<tiamc1_sound_device>;
tiamc1_sound_device::tiamc1_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, TIAMC1, "TIA-MC1 Audio Custom", tag, owner, clock, "tiamc1_sound", __FILE__),
device_sound_interface(mconfig, *this),
- m_channel(NULL),
+ m_channel(nullptr),
m_timer1_divider(0)
{
}