| 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 |
| r19880 | r19881 | |
|---|---|---|
| 1262 | 1262 | slot_interface_iterator iter(device); |
| 1263 | 1263 | for (const device_slot_interface *slot = iter.first(); slot != NULL; slot = iter.next()) |
| 1264 | 1264 | { |
| 1265 | if (slot->fixed()) continue; // or shall we list these as non-configurable? | |
| 1266 | ||
| 1265 | 1267 | if (strcmp(slot->device().tag(), device.tag())) |
| 1266 | 1268 | { |
| 1267 | 1269 | astring newtag(slot->device().tag()), oldtag(":"); |
| Previous | 199869 Revisions | Next |