summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nl_breakout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nl_breakout.cpp')
-rw-r--r--src/mame/machine/nl_breakout.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/mame/machine/nl_breakout.cpp b/src/mame/machine/nl_breakout.cpp
index 3d57a511cf5..a0109992f53 100644
--- a/src/mame/machine/nl_breakout.cpp
+++ b/src/mame/machine/nl_breakout.cpp
@@ -117,6 +117,13 @@ NETLIST_START(breakout)
ALIAS(GNDD ,GND.Q)
ALIAS(P ,V5.Q)
+ TTL_INPUT(ttlhigh, 1)
+ TTL_INPUT(ttllow, 0)
+ TTL_INPUT(antenna, 0)
+
+ NET_C(VCC, ttlhigh.VCC, ttllow.VCC, antenna.VCC)
+ NET_C(GND, ttlhigh.GND, ttllow.GND, antenna.GND)
+
//----------------------------------------------------------------
// Clock circuit
//----------------------------------------------------------------
@@ -168,8 +175,6 @@ NETLIST_START(breakout)
// Startup / Antenna latch
//----------------------------------------------------------------
- TTL_INPUT(antenna, 0)
-
DIODE(CR3, "1N914")
DIODE(CR4, "1N914")
DIODE(CR5, "1N914")