summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-06-07 12:26:15 +1000
committer Vas Crabb <vas@vastheman.com>2017-06-07 12:28:57 +1000
commit9035381c0b3f808927bdb2e20176faa953ce31e2 (patch)
tree8afa7105e3c1b8ef4bf842b33f9d4b06daaf28d7
parentafa4e477c239bf69960d3a99abd4147f7be96d02 (diff)
clear up some stuff with board photo (nw)
-rw-r--r--src/mame/audio/nl_zac1b11142.cpp15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/mame/audio/nl_zac1b11142.cpp b/src/mame/audio/nl_zac1b11142.cpp
index d214eeb5b95..83c0f112a33 100644
--- a/src/mame/audio/nl_zac1b11142.cpp
+++ b/src/mame/audio/nl_zac1b11142.cpp
@@ -35,14 +35,14 @@ NETLIST_START(zac1b11142_schematics)
RES(R104, RES_K(120))
RES(R105, RES_K(56))
RES(R120, RES_K(47))
+ RES(R121, 680) // incorrectly labelled R128 on schematic
RES(R122, RES_K(33))
RES(R123, RES_K(1))
RES(R124, RES_K(39))
RES(R125, RES_K(560))
RES(R126, RES_K(470))
RES(R127, RES_K(100))
- RES(R128A, RES_K(56)) // schematic has two resistors marked as R128, need PCB photo or parts list to resolve
- RES(R128B, 680)
+ RES(R128, RES_K(56))
RES(R129, RES_K(1))
RES(R130, RES_K(33))
RES(R131, RES_K(150))
@@ -59,10 +59,10 @@ NETLIST_START(zac1b11142_schematics)
NET_C(R131.2, R130.1, U5C1.MINUS)
NET_C(R130.2, R124.1, U5C1.OUT)
NET_C(R120.1, U5C1.PLUS)
- NET_C(U5D.8, R129.1, R128A.1)
- NET_C(R128A.2, R126.2, R127.1, R125.1, C62.1, U5C2.MINUS)
+ NET_C(U5D.8, R129.1, R128.1)
+ NET_C(R128.2, R126.2, R127.1, R125.1, C62.1, U5C2.MINUS)
NET_C(R125.2, C62.2, U5C2.OUT, R123.1)
- NET_C(R128B.1, U5C2.PLUS)
+ NET_C(R121.1, U5C2.PLUS)
NET_C(R123.2, C61.1, C68.1)
NET_C(C68.2, R122.1)
NET_C(R122.2, R104.1, U5C3.MINUS)
@@ -70,7 +70,7 @@ NETLIST_START(zac1b11142_schematics)
NET_C(R102.1, U5C3.PLUS)
NET_C(R103.2, R102.2, R84.1)
NET_C(VCC, R126.1, R103.1, U5C1.VP, U5C2.VP, U5C3.VP)
- NET_C(GND, R133.2, C63.2, R132.2, R120.2, R129.2, R127.2, R128B.2, C61.2, R84.2, U5C1.VM, U5C2.VM, U5C3.VM)
+ NET_C(GND, R133.2, C63.2, R132.2, R120.2, R129.2, R127.2, R121.2, C61.2, R84.2, U5C1.VM, U5C2.VM, U5C3.VM)
ALIAS(RULLANTE, R124.2)
ALIAS(CASSA, R105.2)
@@ -88,7 +88,7 @@ NETLIST_START(zac1b11142_schematics)
RES(R85, RES_K(120))
RES(R86, RES_K(100))
RES(R87, RES_K(33))
- RES(R88, RES_K(15)) // schematic just says "15" but 15Ω would be way too low
+ RES(R88, RES_K(15)) // schematic says "15" but board has 15kΩ resistor and 15Ω would be way too low
RES(R98, RES_K(180))
RES(R99, RES_K(47))
RES(R100, RES_K(1))
@@ -135,6 +135,7 @@ NETLIST_START(zac1b11142_schematics)
// ANAL6
// schematic shows an open jumper between R80 and the mix, so this channel may have been disconnected in practice
+ // at least one physical board has no connection between the pads
CAP(C42, CAP_U(0.1))
CAP(C43, CAP_U(0.01))