mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +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
|
// create the configuration
|
||||||
machine_config config(*cursystem, *this);
|
machine_config config(*cursystem, *this);
|
||||||
slot_interface_iterator iter(config.root_device());
|
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
|
// retrieve info about the device instance
|
||||||
if (exists(slot->device().tag()+1)) {
|
if (exists(slot->device().tag()+1)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user