summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/c117.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/c117.cpp')
-rw-r--r--src/mame/machine/c117.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/c117.cpp b/src/mame/machine/c117.cpp
index de27ff06011..018fd21689b 100644
--- a/src/mame/machine/c117.cpp
+++ b/src/mame/machine/c117.cpp
@@ -38,8 +38,8 @@ namco_c117_device::namco_c117_device(const machine_config &mconfig, const char *
device_memory_interface(mconfig, *this),
m_subres_cb(*this),
m_program_config("program", ENDIANNESS_BIG, 8, 23),
- m_maincpu_tag(NULL),
- m_subcpu_tag(NULL)
+ m_maincpu_tag(nullptr),
+ m_subcpu_tag(nullptr)
{
}