summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples
diff options
context:
space:
mode:
author couriersud <couriersud@arcor.de>2015-04-20 00:56:16 +0200
committer couriersud <couriersud@arcor.de>2015-04-20 00:56:16 +0200
commit6b8eb847eabae746f3684f7efa001f7925c9c501 (patch)
treea7e050c951905a4603e26dd6f7d4b894954c01ff /nl_examples
parent67d69aa02d91189dad82646ef89e6f789481c475 (diff)
Document more work on breakout. Further additions to nl_dice_compat.h.
(nw)
Diffstat (limited to 'nl_examples')
-rw-r--r--nl_examples/breakout.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/nl_examples/breakout.c b/nl_examples/breakout.c
index a4b9ecb0efc..b7b95edd210 100644
--- a/nl_examples/breakout.c
+++ b/nl_examples/breakout.c
@@ -47,8 +47,7 @@ static AUDIO_DESC( breakout )
VIDEO_DESC_END
#endif
-
-static Mono9602Desc n8_desc(K_OHM(33.0), U_FARAD(100.0), K_OHM(5.6), P_FARAD(0.0)); // No capacitor on 2nd 9602.
+static Mono9602Desc n8_desc(K_OHM(33.0), U_FARAD(100.0), K_OHM(5.6), P_FARAD(0.01)); // No capacitor on 2nd 9602, assume very low internal capacitance
static Mono9602Desc f3_desc(K_OHM(47.0), U_FARAD(1.0), K_OHM(47.0), U_FARAD(1.0));
static Mono9602Desc a7_desc(K_OHM(68.0), U_FARAD(1.0), K_OHM(22.0), U_FARAD(10.0));
@@ -85,8 +84,8 @@ CIRCUIT_LAYOUT( breakout )
CHIP("A4", 7408)
CHIP("A5", 7400)
CHIP("A6", 7474)
- CHIP("A7", 9602, &a7_desc)
- CHIP("A8", 9602, &a8_desc)
+ CHIP_9602_Mono(A7, &a7_desc)
+ CHIP_9602_Mono(A8, &a8_desc)
CHIP("B2", 555_Astable, &b2_555_desc)
CHIP("B3", 7402)
@@ -104,7 +103,7 @@ CIRCUIT_LAYOUT( breakout )
CHIP("C6", 7486)
CHIP("C7", 9316)
CHIP("C8", 9316)
- CHIP("C9", 555_Mono, &c9_555_desc)
+ CHIP_555_Mono(C9, &c9_555_desc)
CHIP("D2", 7432)
CHIP("D3", 7474)
@@ -127,7 +126,7 @@ CIRCUIT_LAYOUT( breakout )
CHIP("F1", 9316)
CHIP("F2", 7411)
- CHIP("F3", 9602, &f3_desc)
+ CHIP_9602_Mono(F3, &f3_desc)
CHIP("F4", 7474)
CHIP("F5", 7474)
CHIP("F6", 74193)
@@ -191,7 +190,7 @@ CIRCUIT_LAYOUT( breakout )
CHIP("N5", 9312)
CHIP("N6", 9310)
CHIP("N7", 7408) //sometimes looks like H7 on schematic
- CHIP("N8", 9602, &n8_desc)
+ CHIP_9602_Mono(N8, &n8_desc)
CHIP("N9", 74192)
//LM380 //speaker amplifier