summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2019-11-01 18:49:22 +0100
committer couriersud <couriersud@gmx.org>2019-11-01 18:49:22 +0100
commit5f1427ab0f2582ee20b0a3f8a0da438c99ad3267 (patch)
tree2c5f6b80a6b4b112ce09eb7e075aec8a7c43f38d /src/devices/machine
parent7ea9ee947bdb5e7df446aa82255eb2cb5a41b927 (diff)
netlist: code maintenance and bugfixes. (nw)
- fixed a bug in the parray constructor - replaced NL_NOEXCEPT with noexcept where appropriate
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/netlist.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/netlist.cpp b/src/devices/machine/netlist.cpp
index c6b06efc97c..87600e0b9b1 100644
--- a/src/devices/machine/netlist.cpp
+++ b/src/devices/machine/netlist.cpp
@@ -672,6 +672,7 @@ netlist_mame_analog_input_device::netlist_mame_analog_input_device(const machine
, m_param(nullptr)
, m_auto_port(true)
, m_param_name(param_name)
+ , m_value_for_device_timer(0)
{
}
@@ -681,6 +682,7 @@ netlist_mame_analog_input_device::netlist_mame_analog_input_device(const machine
, m_param(nullptr)
, m_auto_port(true)
, m_param_name("")
+ , m_value_for_device_timer(0)
{
}