From 19f34d9cf8107f18e0ef502f5353c1fc594e353f Mon Sep 17 00:00:00 2001 From: Robbbert Date: Mon, 27 Feb 2017 11:20:38 +1100 Subject: (nw)This should fix MT 06107 but there's plenty of time for testing. --- src/emu/softlist_dev.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/emu/softlist_dev.cpp b/src/emu/softlist_dev.cpp index 039f8852e69..824ab75d0ef 100644 --- a/src/emu/softlist_dev.cpp +++ b/src/emu/softlist_dev.cpp @@ -377,9 +377,7 @@ device_image_interface *software_list_device::find_mountable_image(const machine const char *interface = image.image_interface(); if (interface != nullptr && part.matches_interface(interface)) { - // mount only if not already mounted - const char *option = mconfig.options().value(image.brief_instance_name()); - if (*option == '\0' && !image.filename()) + if (!image.filename()) return ℑ } } -- cgit v1.2.3