summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/mameopts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/mameopts.cpp')
-rw-r--r--src/frontend/mame/mameopts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/mameopts.cpp b/src/frontend/mame/mameopts.cpp
index 296d900d679..88ae9951cd9 100644
--- a/src/frontend/mame/mameopts.cpp
+++ b/src/frontend/mame/mameopts.cpp
@@ -68,7 +68,7 @@ void mame_options::parse_standard_inis(emu_options &options, std::ostream &error
}
machine_config config(*cursystem, options);
- for (const screen_device &device : screen_device_iterator(config.root_device()))
+ for (const screen_device &device : screen_device_enumerator(config.root_device()))
{
// parse "raster.ini" for raster games
if (device.screen_type() == SCREEN_TYPE_RASTER)