Previous 199869 Revisions Next

r19881 Friday 28th December, 2012 at 07:51:14 UTC by Fabio Priuli
info.c: skip non-configurable slot options in -listxml. [Fabio Priuli]
[src/emu]info.c

trunk/src/emu/info.c
r19880r19881
12621262   slot_interface_iterator iter(device);
12631263   for (const device_slot_interface *slot = iter.first(); slot != NULL; slot = iter.next())
12641264   {
1265      if (slot->fixed()) continue;   // or shall we list these as non-configurable?
1266
12651267      if (strcmp(slot->device().tag(), device.tag()))
12661268      {
12671269         astring newtag(slot->device().tag()), oldtag(":");

Previous 199869 Revisions Next


© 1997-2024 The MAME Team