summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic10/exp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vic10/exp.cpp')
-rw-r--r--src/devices/bus/vic10/exp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vic10/exp.cpp b/src/devices/bus/vic10/exp.cpp
index dc162e12f8a..cf8388d18e2 100644
--- a/src/devices/bus/vic10/exp.cpp
+++ b/src/devices/bus/vic10/exp.cpp
@@ -115,7 +115,7 @@ image_init_result vic10_expansion_slot_device::call_load()
{
size_t size;
- if (software_entry() == nullptr)
+ if (!loaded_through_softlist())
{
size = length();