summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2013-12-01 15:45:12 +0000
committer Couriersud <couriersud@users.noreply.github.com>2013-12-01 15:45:12 +0000
commit7069a5828ce81a888f055ba35048804abb4d9132 (patch)
tree94fe03db5558a9e19fe72419c70d2a6cd003bdca /.gitattributes
parentecac6034c64d8b12fa9c689cbd5fed44993e3899 (diff)
Netlist: implemented something more complex: A generic NE555 model. Period accuracy for astable operation is within 2% of the TI datasheet for astable operation.
Fixed an issue in the object model as well and made the code distinguish between a core terminal and analog terminals. NETDEV_R(RA, 5000) NETDEV_R(RB, 3000) NETDEV_C(C, 0.15e-6) NETDEV_NE555(555) NET_C(V0, 555.GND) NET_C(V5, 555.VCC) NET_C(RA.1, 555.VCC) NET_C(RA.2, 555.DISCH) NET_C(RB.1, 555.DISCH) NET_C(RB.2, 555.TRIG) NET_C(RB.2, 555.THRESH) NET_C(555.TRIG, C.1) NET_C(C.2, V0)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 74f8db3d13f..5e8554217c1 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2138,6 +2138,8 @@ src/emu/netlist/devices/nld_7474.c svneol=native#text/plain
src/emu/netlist/devices/nld_7474.h svneol=native#text/plain
src/emu/netlist/devices/nld_7486.c svneol=native#text/plain
src/emu/netlist/devices/nld_7486.h svneol=native#text/plain
+src/emu/netlist/devices/nld_NE555.c svneol=native#text/plain
+src/emu/netlist/devices/nld_NE555.h svneol=native#text/plain
src/emu/netlist/devices/nld_signal.h svneol=native#text/plain
src/emu/netlist/devices/nld_system.c svneol=native#text/plain
src/emu/netlist/devices/nld_system.h svneol=native#text/plain