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 6fc6149edf7..5c72a5cc1ea 100644
--- a/src/mame/machine/electron.cpp
+++ b/src/mame/machine/electron.cpp
@@ -407,7 +407,7 @@ void electron_state::machine_start()
DEVICE_IMAGE_LOAD_MEMBER( electron_state, electron_cart )
{
- if (image.software_entry() == nullptr)
+ if (!image.loaded_through_softlist())
{
uint32_t filesize = image.length();