summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2020-08-22 21:30:51 +0200
committer couriersud <couriersud@gmx.org>2020-08-22 21:31:06 +0200
commit4b7eaf67e3880e33a13c3ba8eb2d50f94c53e199 (patch)
tree2034d0951c306d743687ab8b22f48117e6d5303d /src/mame/audio
parentba8c8e79cfd55530b10a8b8a064e8181890c1f69 (diff)
netlist: remove duplicate device definitions.
Diffstat (limited to 'src/mame/audio')
-rw-r--r--src/mame/audio/nl_mario.cpp2
-rw-r--r--src/mame/audio/nl_starcrus.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/nl_mario.cpp b/src/mame/audio/nl_mario.cpp
index a009988fff5..ddd1cc6866e 100644
--- a/src/mame/audio/nl_mario.cpp
+++ b/src/mame/audio/nl_mario.cpp
@@ -149,7 +149,7 @@ static NETLIST_START(nl_mario_snd7)
NET_C(R65.2, 4K_A.FC, C44.1)
NET_C(C44.2, GND)
- CD4020_WI(3H, 4K_B.Y, ttllow, V5, GND)
+ CD4020(3H, 4K_B.Y, ttllow, V5, GND)
TTL_7404_INVERT(4J_B, 3H.Q12)
RES(R64, RES_K(20))
diff --git a/src/mame/audio/nl_starcrus.cpp b/src/mame/audio/nl_starcrus.cpp
index 974e772ce98..99db733b726 100644
--- a/src/mame/audio/nl_starcrus.cpp
+++ b/src/mame/audio/nl_starcrus.cpp
@@ -151,7 +151,7 @@ NETLIST_START(starcrus)
NET_C(LAUNCH_1, H6.1, H6.2)
NET_C(LAUNCH_2, H6.12, H6.13)
- TTL_7404_GATE(F8)
+ TTL_7404_INVERT(F8)
NET_C(F8.GND, GND)
NET_C(F8.VCC, V5)
NET_C(H6.6, F8.A)