summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/nl_config.h')
-rw-r--r--src/lib/netlist/nl_config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/netlist/nl_config.h b/src/lib/netlist/nl_config.h
index 1ef79af3c07..f2005602443 100644
--- a/src/lib/netlist/nl_config.h
+++ b/src/lib/netlist/nl_config.h
@@ -65,6 +65,15 @@
#define USE_TRUTHTABLE_7448 (0)
+/*
+ * FIXME: The truthtable implementation of 74107 (JK-Flipflop)
+ * is included for educational purposes to demonstrate how
+ * to implement state holding devices as truthtables.
+ * It will completely nuke performance for pong.
+ */
+
+#define USE_TRUTHTABLE_74107 (0)
+
//============================================================
// DEBUGGING
//============================================================