summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sm510/sm510d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sm510/sm510d.cpp')
-rw-r--r--src/devices/cpu/sm510/sm510d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sm510/sm510d.cpp b/src/devices/cpu/sm510/sm510d.cpp
index 70e6b2c8ed6..2ab48984ee0 100644
--- a/src/devices/cpu/sm510/sm510d.cpp
+++ b/src/devices/cpu/sm510/sm510d.cpp
@@ -169,7 +169,7 @@ static const UINT8 sm510_mnemonic[0x100] =
CPU_DISASSEMBLE(sm510)
{
- return sm510_common_disasm(sm510_mnemonic, NULL, buffer, pc, oprom, opram);
+ return sm510_common_disasm(sm510_mnemonic, nullptr, buffer, pc, oprom, opram);
}