| 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 |
| r21068 | r21069 | |
|---|---|---|
| 235 | 235 | slot_interface_iterator iter(config.root_device()); |
| 236 | 236 | for (const device_slot_interface *slot = iter.first(); slot != NULL; slot = iter.next()) |
| 237 | 237 | { |
| 238 | if (slot->fixed() | |
| 238 | if (slot->fixed()) continue; | |
| 239 | 239 | // first device? add the header as to be pretty |
| 240 | 240 | if (first && isfirst) |
| 241 | 241 | { |
| Previous | 199869 Revisions | Next |