summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pps4/pps4dasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/pps4/pps4dasm.cpp')
-rw-r--r--src/devices/cpu/pps4/pps4dasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/pps4/pps4dasm.cpp b/src/devices/cpu/pps4/pps4dasm.cpp
index 4ee5079ee91..cc7f3f488ae 100644
--- a/src/devices/cpu/pps4/pps4dasm.cpp
+++ b/src/devices/cpu/pps4/pps4dasm.cpp
@@ -373,7 +373,7 @@ CPU_DISASSEMBLE( pps4 )
unsigned PC = pc;
UINT8 op = OP(pc++);
UINT32 tok = table[op];
- char *dst = 0;
+ char *dst = nullptr;
if (0 == (tok & t_MASK)) {
sprintf(buffer, "%s", token_str[tok & t_MASK]);