summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mtx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mtx.cpp')
-rw-r--r--src/mame/machine/mtx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mtx.cpp b/src/mame/machine/mtx.cpp
index 0594ec6c086..26a0ae6876a 100644
--- a/src/mame/machine/mtx.cpp
+++ b/src/mame/machine/mtx.cpp
@@ -347,7 +347,7 @@ SNAPSHOT_LOAD_MEMBER( mtx_state, mtx )
// verify first byte
if (header[0] != 0xff)
{
- image.seterror(IMAGE_ERROR_INVALIDIMAGE, NULL);
+ image.seterror(IMAGE_ERROR_INVALIDIMAGE, nullptr);
return IMAGE_INIT_FAIL;
}