make fix slots not available by command line (nw)

This commit is contained in:
Miodrag Milanovic 2012-05-23 10:56:14 +00:00
parent 5d25443cfc
commit c5c6b43d03

View File

@ -233,6 +233,7 @@ bool emu_options::add_slot_options(bool isfirst)
slot_interface_iterator iter(config.root_device());
for (const device_slot_interface *slot = iter.first(); slot != NULL; slot = iter.next())
{
if (slot->fixed()) continue;
// first device? add the header as to be pretty
if (first && isfirst)
{