summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/intv/slot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/intv/slot.cpp')
-rw-r--r--src/devices/bus/intv/slot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/intv/slot.cpp b/src/devices/bus/intv/slot.cpp
index 63bc7da4944..d6c3bad9d3c 100644
--- a/src/devices/bus/intv/slot.cpp
+++ b/src/devices/bus/intv/slot.cpp
@@ -391,7 +391,7 @@ image_init_result intv_cart_slot_device::call_load()
{
if (m_cart)
{
- if (software_entry() == nullptr)
+ if (!loaded_through_softlist())
return load_fullpath();
else
{