Previous 199869 Revisions Next

r21069 Thursday 14th February, 2013 at 16:33:13 UTC by Fabio Priuli
revert previous r21062. check must be put elsewhere...
[src/emu]emuopts.c

trunk/src/emu/emuopts.c
r21068r21069
235235   slot_interface_iterator iter(config.root_device());
236236   for (const device_slot_interface *slot = iter.first(); slot != NULL; slot = iter.next())
237237   {
238      if (slot->fixed() || slot->all_internal()) continue;
238      if (slot->fixed()) continue;
239239      // first device? add the header as to be pretty
240240      if (first && isfirst)
241241      {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team