summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/electron.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/electron.cpp')
-rw-r--r--src/mame/machine/electron.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/electron.cpp b/src/mame/machine/electron.cpp
index 5ed4ca1e07a..3d92206ba3e 100644
--- a/src/mame/machine/electron.cpp
+++ b/src/mame/machine/electron.cpp
@@ -379,7 +379,7 @@ void electron_state::machine_start()
DEVICE_IMAGE_LOAD_MEMBER( electron_state, electron_cart )
{
- if (image.software_entry() == NULL)
+ if (image.software_entry() == nullptr)
{
UINT32 filesize = image.length();