summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/slot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/slot.cpp')
-rw-r--r--src/devices/bus/neogeo/slot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/slot.cpp b/src/devices/bus/neogeo/slot.cpp
index a303f5a4d77..b4dcf7ddfff 100644
--- a/src/devices/bus/neogeo/slot.cpp
+++ b/src/devices/bus/neogeo/slot.cpp
@@ -239,7 +239,7 @@ image_init_result neogeo_cart_slot_device::call_load()
{
if (m_cart)
{
- if (software_entry() != nullptr)
+ if (loaded_through_softlist())
{
uint16_t *ROM16;
uint8_t *ROM8;