diff options
Diffstat (limited to 'src/devices/cpu/z8000/8000dasm.cpp')
-rw-r--r-- | src/devices/cpu/z8000/8000dasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z8000/8000dasm.cpp b/src/devices/cpu/z8000/8000dasm.cpp index 91a4849da41..c8eaa7ad9b9 100644 --- a/src/devices/cpu/z8000/8000dasm.cpp +++ b/src/devices/cpu/z8000/8000dasm.cpp @@ -97,7 +97,7 @@ CPU_DISASSEMBLE( z8000 ) UINT32 old_w; /* already initialized? */ - if(z8000_exec == NULL) + if(z8000_exec == nullptr) z8000_init_tables(); GET_OP(oprom, 0, new_pc - pc); |