summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_74113.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_74113.cpp')
-rw-r--r--src/lib/netlist/devices/nld_74113.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/netlist/devices/nld_74113.cpp b/src/lib/netlist/devices/nld_74113.cpp
index 1198771695e..fe8e6054d71 100644
--- a/src/lib/netlist/devices/nld_74113.cpp
+++ b/src/lib/netlist/devices/nld_74113.cpp
@@ -60,7 +60,8 @@
#include "nld_74113.h"
#include "netlist/nl_base.h"
-// Note: this can probably be merged with nld_7473.cpp
+// FIXME: this can probably be merged with nld_7473.cpp
+// FIXME: timing, see 74107 for example, use template
namespace netlist
{
@@ -81,6 +82,7 @@ namespace netlist
{
}
+ private:
NETLIB_RESETI()
{
m_last_CLK = 0;
@@ -122,7 +124,6 @@ namespace netlist
m_QQ.push(m_q ^ 1, NLTIME_FROM_NS(20)); // FIXME: timing
}
- public:
logic_input_t m_CLK;
logic_input_t m_J;
logic_input_t m_K;
@@ -138,7 +139,6 @@ namespace netlist
NETLIB_OBJECT_DERIVED(74113A, 74113)
{
- public:
NETLIB_CONSTRUCTOR(74113A) { }
};