summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/tait8741.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/tait8741.cpp')
-rw-r--r--src/mame/machine/tait8741.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/tait8741.cpp b/src/mame/machine/tait8741.cpp
index c6485a90dda..58df20ca4ed 100644
--- a/src/mame/machine/tait8741.cpp
+++ b/src/mame/machine/tait8741.cpp
@@ -127,7 +127,7 @@ void taito8741_4pack_device::update(int num)
st = &m_taito8741[num];
if( st->connect != -1 )
sst = &m_taito8741[st->connect];
- else sst = 0;
+ else sst = nullptr;
next = -1;
/* check pending command */
switch(st->phase)