summaryrefslogtreecommitdiffstatshomepage
path: root/nl_examples
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2014-01-12 01:12:12 +0000
committer Couriersud <couriersud@users.noreply.github.com>2014-01-12 01:12:12 +0000
commita122e599ee095a6df9029c899feed64a6b8456c9 (patch)
treef0e3218f3086b56cd4deb0c45dd13a52277756ec /nl_examples
parent791249f2774528ae40e7d9d62ccbd6f63f97e34c (diff)
Removed some dead code and ambiguous functions in the netlist code. [Couriersud]
Diffstat (limited to 'nl_examples')
-rw-r--r--nl_examples/msx_mixer_stage.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/nl_examples/msx_mixer_stage.c b/nl_examples/msx_mixer_stage.c
index 177127b1e51..98817ceb29e 100644
--- a/nl_examples/msx_mixer_stage.c
+++ b/nl_examples/msx_mixer_stage.c
@@ -20,10 +20,8 @@ NETLIST_START(msx)
NETDEV_ANALOG_INPUT(V5, 5)
NETDEV_ANALOG_INPUT(V12, 12)
- NETDEV_ANALOG_INPUT(SOUND)
- NETDEV_PARAM(SOUND.OUT, 5)
- NETDEV_ANALOG_INPUT(SND)
- NETDEV_PARAM(SND.OUT, 5)
+ NETDEV_ANALOG_INPUT(SOUND, 5)
+ NETDEV_ANALOG_INPUT(SND, 5)
NET_MODEL(".model ss9014 NPN(is=2.87599e-14 bf=377.5 vaf=123 ikf=1.1841 ise=4.7863e-15 ne=1.5 br=4.79 var=11.29 ikr=0.275423 isc=1.44544e-14 nc=1.5 rb=200 irb=1e-5 rbm=10 re=0.56 rc=5 cje=1.7205e-11 vje=0.6905907 mje=0.3193434 tf=5.89463e-10 cjc=6.2956p vjc=0.4164212 mjc=0.2559546 xcjc=0.451391 xtb=1.8881 eg=1.2415 xti=3 fc=0.5 Vceo=45 Icrating=0.1 mfg=Fairchild)")