From 3b55bb501f2061f3855d95ac599f6607ebcc42d1 Mon Sep 17 00:00:00 2001 From: couriersud Date: Sun, 26 Jan 2020 20:58:38 +0100 Subject: [PATCH] nl_zac1b11142.cpp: Minor update. (nw) Remove misleading comment, put VCC/GND 7474 connections where they belong. --- src/mame/audio/nl_zac1b11142.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/mame/audio/nl_zac1b11142.cpp b/src/mame/audio/nl_zac1b11142.cpp index 4d3dcf51c6c..06933f97694 100644 --- a/src/mame/audio/nl_zac1b11142.cpp +++ b/src/mame/audio/nl_zac1b11142.cpp @@ -16,12 +16,11 @@ NETLIST_START(zac1b11142_schematics) TTL_7474_DIP(U3A) // FIXME: need 74LS family model (higher input impedance, half the sink capability) CD4016_DIP(U5D) - NET_C(VCC, /*U3A.14,*/ U5D.14) // 7474 model doesn't have Vcc pin - NET_C(GND, /*U3A.7,*/ U5D.7) // 7474 model doesn't have GND pin + NET_C(VCC, U3A.14, U5D.14) + NET_C(GND, U3A.7, U5D.7) NET_C(VCC, U3A.10, U3A.11, U3A.12, U3A.13) // only half of this chip is used in this audio section - tie up the other inputs - // ANAL1/IOA3/IOA4 -> RULLANTE/CASSA CAP(C61, CAP_U(10)) @@ -427,9 +426,6 @@ NETLIST_START(zac1b11142) * Power terminals * -----------------------------------------------------------------------*/ - NET_C(VCC, U3A.14) - NET_C(GND, U3A.7) - // Reverse so that volume raises with raising percentage in ui PARAM(P1.REVERSE, 1) PARAM(P2.REVERSE, 1)