mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +03:00
make fix slots not available by command line (nw)
This commit is contained in:
parent
5d25443cfc
commit
c5c6b43d03
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user