From dd785aa19ce25c66cbeb675593f38071a0656f1c Mon Sep 17 00:00:00 2001 From: couriersud Date: Fri, 12 Aug 2016 02:25:39 +0200 Subject: [PATCH] Leave a note about compatibility of 74161 and DM9316. (nw) --- src/lib/netlist/devices/nld_9316.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/netlist/devices/nld_9316.h b/src/lib/netlist/devices/nld_9316.h index ab3fb46a2f5..ce5951bf85b 100644 --- a/src/lib/netlist/devices/nld_9316.h +++ b/src/lib/netlist/devices/nld_9316.h @@ -44,6 +44,8 @@ * * Naming conventions follow National Semiconductor datasheet * + * TODO: DM74161 is compatible to DM9316 (both asynchronous clear) + * DM74163 has asynchronous clear (on L to H transition of clock) */ #ifndef NLD_9316_H_