summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_74153.cpp
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2019-01-10 02:07:14 +0100
committer couriersud <couriersud@gmx.org>2019-01-10 02:07:14 +0100
commit7079d0f5fece7ba0d29849058b5e86925b52849a (patch)
tree7f4cf4fca7d1b7a728fbff417a4b9d9dd0141752 /src/lib/netlist/devices/nld_74153.cpp
parent4213a396d8652e7ea26c07c133932bd9f5a87faa (diff)
Move information where it belongs ... into the drivers. (nw)
Diffstat (limited to 'src/lib/netlist/devices/nld_74153.cpp')
-rw-r--r--src/lib/netlist/devices/nld_74153.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/netlist/devices/nld_74153.cpp b/src/lib/netlist/devices/nld_74153.cpp
index b74c09f8cc0..ee52ceb0721 100644
--- a/src/lib/netlist/devices/nld_74153.cpp
+++ b/src/lib/netlist/devices/nld_74153.cpp
@@ -131,8 +131,8 @@ namespace netlist
m_2.update_dev();
}
- NETLIB_DEVICE_IMPL(74153)
- NETLIB_DEVICE_IMPL(74153_dip)
+ NETLIB_DEVICE_IMPL(74153, "TTL_74153", "+C0,+C1,+C2,+C3,+A,+B,+G")
+ NETLIB_DEVICE_IMPL(74153_dip, "TTL_74153_DIP", "")
} //namespace devices
} // namespace netlist