summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nl_tp1985.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nl_tp1985.cpp')
-rw-r--r--src/mame/machine/nl_tp1985.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/machine/nl_tp1985.cpp b/src/mame/machine/nl_tp1985.cpp
index 9d9d4a032de..f8e4c33a3f2 100644
--- a/src/mame/machine/nl_tp1985.cpp
+++ b/src/mame/machine/nl_tp1985.cpp
@@ -47,6 +47,8 @@ NETLIST_START(tp1985)
TTL_INPUT(high, 1)
TTL_INPUT(low, 0)
+ NET_C(VCC, high.VCC, low.VCC)
+ NET_C(GND, high.GND, low.GND)
MAINCLOCK(clk, 4000000.0)