summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/sunsoft_dcs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/sunsoft_dcs.cpp')
-rw-r--r--src/devices/bus/nes/sunsoft_dcs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes/sunsoft_dcs.cpp b/src/devices/bus/nes/sunsoft_dcs.cpp
index 5e3fc043259..0ad26e2374e 100644
--- a/src/devices/bus/nes/sunsoft_dcs.cpp
+++ b/src/devices/bus/nes/sunsoft_dcs.cpp
@@ -85,7 +85,7 @@ image_init_result nes_ntb_slot_device::call_load()
if (!ROM)
return image_init_result::FAIL;
- if (software_entry() == nullptr)
+ if (!loaded_through_softlist())
{
if (length() != 0x4000)
return image_init_result::FAIL;