mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
ups (nw)
This commit is contained in:
parent
2c4fdd2625
commit
438f8781de
@ -275,7 +275,7 @@ void emu_options::update_slot_options()
|
||||
// create the configuration
|
||||
machine_config config(*cursystem, *this);
|
||||
slot_interface_iterator iter(config.root_device());
|
||||
for (const device_slot_interface *slot = iter.first(); slot != NULL; slot = iter.next())
|
||||
for (device_slot_interface *slot = iter.first(); slot != NULL; slot = iter.next())
|
||||
{
|
||||
// retrieve info about the device instance
|
||||
if (exists(slot->device().tag()+1)) {
|
||||
|
Loading…
Reference in New Issue
Block a user