summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/datach.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/datach.cpp')
-rw-r--r--src/devices/bus/nes/datach.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes/datach.cpp b/src/devices/bus/nes/datach.cpp
index 01b454646ba..e0629f74fd3 100644
--- a/src/devices/bus/nes/datach.cpp
+++ b/src/devices/bus/nes/datach.cpp
@@ -102,7 +102,7 @@ bool nes_datach_slot_device::call_load()
return IMAGE_INIT_FAIL;
// Existing Datach carts are all 256K, so we only load files of this size
- if (software_entry() == NULL)
+ if (software_entry() == nullptr)
{
if (length() != 0x40000 && length() != 0x40010)
return IMAGE_INIT_FAIL;