summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/nl_gamemachine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/nl_gamemachine.cpp')
-rw-r--r--src/mame/audio/nl_gamemachine.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/audio/nl_gamemachine.cpp b/src/mame/audio/nl_gamemachine.cpp
index 9d7f9a24388..ec039e6ab47 100644
--- a/src/mame/audio/nl_gamemachine.cpp
+++ b/src/mame/audio/nl_gamemachine.cpp
@@ -40,6 +40,9 @@ NETLIST_START(gamemachine)
LOGIC_INPUT(P14, 1, "OPENDRAIN")
LOGIC_INPUT(P15, 1, "OPENDRAIN")
+ NET_C(V5, P08.VCC, P09.VCC, P10.VCC, P11.VCC, P12.VCC, P13.VCC, P14.VCC, P15.VCC)
+ NET_C(GND, P08.GND, P09.GND, P10.GND, P11.GND, P12.GND, P13.GND, P14.GND, P15.GND)
+
RES(R1, RES_K(2.4))
RES(R2, RES_K(10))
RES(R3, RES_K(4.3))