summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/m5/slot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/m5/slot.cpp')
-rw-r--r--src/devices/bus/m5/slot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/m5/slot.cpp b/src/devices/bus/m5/slot.cpp
index d4c94591fae..71f9fd2c608 100644
--- a/src/devices/bus/m5/slot.cpp
+++ b/src/devices/bus/m5/slot.cpp
@@ -155,7 +155,7 @@ image_init_result m5_cart_slot_device::call_load()
{
const char *pcb_name = get_feature("slot");
if (pcb_name) //is it ram cart?
- m_type = m5_get_pcb_id(m_full_software_name.c_str());
+ m_type = m5_get_pcb_id(full_software_name().c_str());
else
m_type=M5_STD; //standard cart(no feature line in xml)
}