diff options
author | 2014-01-08 01:28:29 +0000 | |
---|---|---|
committer | 2014-01-08 01:28:29 +0000 | |
commit | 91d887ac7c43cab3aef0cf09cffc85af8f1575ce (patch) | |
tree | 9e4ce56e261c70d6d1210aee5164bfb6a337865d /src/emu/machine/netlist.c | |
parent | e9aa1c9a03ae40f887b01c7233603971a04cf4b2 (diff) |
Added a "-listdevices" option to nltool to list all available devices. Simplified code. [Couriersud]
Diffstat (limited to 'src/emu/machine/netlist.c')
-rw-r--r-- | src/emu/machine/netlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/netlist.c b/src/emu/machine/netlist.c index dd2377e03e8..3b606ee0260 100644 --- a/src/emu/machine/netlist.c +++ b/src/emu/machine/netlist.c @@ -187,7 +187,7 @@ void netlist_mame_device_t::device_start() // register additional devices - m_setup->factory().register_device<nld_analog_callback>( "NETDEV_CALLBACK", "nld_analog_callback"); + m_setup->factory().register_device<nld_analog_callback>( "NETDEV_CALLBACK", "nld_analog_callback", "-"); m_setup_func(*m_setup); |