summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_7493.cpp
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2019-01-07 01:37:06 +0100
committer couriersud <couriersud@gmx.org>2019-01-07 01:37:06 +0100
commit0f0e8853f33bef49bc6f5bd8b53444d209699e44 (patch)
tree507505140b50ddf9fc2d9de18dc5abe2c2eb3559 /src/lib/netlist/devices/nld_7493.cpp
parent09553c51a4e9ce7a4df0b41dea8f07fcb4a03a1a (diff)
Code maintenance and bug fixes. (nw)
Rewrote and simplified tiny bits. Fixed inappropriate use of netlist_sig_t for non-boolean values.
Diffstat (limited to 'src/lib/netlist/devices/nld_7493.cpp')
-rw-r--r--src/lib/netlist/devices/nld_7493.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/devices/nld_7493.cpp b/src/lib/netlist/devices/nld_7493.cpp
index f3c68f7a5c2..2ac3d557c57 100644
--- a/src/lib/netlist/devices/nld_7493.cpp
+++ b/src/lib/netlist/devices/nld_7493.cpp
@@ -63,7 +63,7 @@ namespace netlist
state_var_sig m_reset;
state_var_sig m_a;
- state_var_sig m_bcd;
+ state_var_u8 m_bcd;
logic_input_t m_CLKA;
logic_input_t m_CLKB;