diff options
author | 2016-04-27 08:13:59 +0200 | |
---|---|---|
committer | 2016-04-27 08:13:59 +0200 | |
commit | cfee536f22f032c7ead65075f73cc6fd8549e68b (patch) | |
tree | f4b4703dd0295571684456c19668f508b3ddcb3a /src/emu/mconfig.cpp | |
parent | be8159d01eaa7533e7758bf07384501dbc6214f3 (diff) |
Cleanups and version bumpmame0173
Diffstat (limited to 'src/emu/mconfig.cpp')
-rw-r--r-- | src/emu/mconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/mconfig.cpp b/src/emu/mconfig.cpp index 9cd039701cd..17e948f7844 100644 --- a/src/emu/mconfig.cpp +++ b/src/emu/mconfig.cpp @@ -34,7 +34,7 @@ machine_config::machine_config(const game_driver &gamedrv, emu_options &options) bool is_selected_driver = core_stricmp(gamedrv.name,options.system_name())==0; // intialize slot devices - make sure that any required devices have been allocated - + for (device_slot_interface &slot : slot_interface_iterator(root_device())) { device_t &owner = slot.device(); |