summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/image.cpp')
-rw-r--r--src/emu/image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/image.cpp b/src/emu/image.cpp
index 06ae645fb39..a9f5c0fa3b3 100644
--- a/src/emu/image.cpp
+++ b/src/emu/image.cpp
@@ -209,7 +209,7 @@ void image_manager::options_extract()
}
// and set the option (provided that it hasn't been removed out from under us)
- if (machine().options().exists(image.instance_name()))
+ if (machine().options().find_image_option(image.instance_name()))
machine().options().image_option(image.instance_name()).specify(std::move(image_opt));
}
}