summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_9312.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_9312.cpp')
-rw-r--r--src/lib/netlist/devices/nld_9312.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/netlist/devices/nld_9312.cpp b/src/lib/netlist/devices/nld_9312.cpp
index af5f35d965c..2ad298f368a 100644
--- a/src/lib/netlist/devices/nld_9312.cpp
+++ b/src/lib/netlist/devices/nld_9312.cpp
@@ -28,8 +28,9 @@ namespace netlist
namespace devices
{
#if (USE_TRUTHTABLE)
- /* The truthtable implementation is a lot faster than
+ /* FIXME: The truthtable implementation is a lot faster than
* the carefully crafted code :-(
+ * Convert this into a macro module.
*/
NETLIB_TRUTHTABLE(9312, 12, 2);
#else