summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nl_pong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nl_pong.cpp')
-rw-r--r--src/mame/machine/nl_pong.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/nl_pong.cpp b/src/mame/machine/nl_pong.cpp
index c1527b0c7eb..8911e6d7c30 100644
--- a/src/mame/machine/nl_pong.cpp
+++ b/src/mame/machine/nl_pong.cpp
@@ -23,7 +23,7 @@ NETLIST_START(pong_fast)
PARAM(NETLIST.USE_DEACTIVATE, 1)
ANALOG_INPUT(V5, 5)
- ALIAS(VCC, V5) // we need VCC for TTL chips
+ ALIAS(VCC, V5) // we need VCC for TTL chips
TTL_INPUT(high, 1)
TTL_INPUT(low, 0)