diff options
Diffstat (limited to 'src/devices/cpu/z80/tmpz84c015.cpp')
-rw-r--r-- | src/devices/cpu/z80/tmpz84c015.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z80/tmpz84c015.cpp b/src/devices/cpu/z80/tmpz84c015.cpp index 1677358e059..d61ae4ef4c5 100644 --- a/src/devices/cpu/z80/tmpz84c015.cpp +++ b/src/devices/cpu/z80/tmpz84c015.cpp @@ -161,7 +161,7 @@ WRITE8_MEMBER(tmpz84c015_device::irq_priority_w) { dev[prio[data][0]] }, { dev[prio[data][1]] }, { dev[prio[data][2]] }, - { NULL } + { nullptr } }; m_daisy.init(this, daisy_chain); |