summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/lib/netlist/nl_create_mame_solvers.sh2
-rw-r--r--src/mame/mr/nl_dribling.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/netlist/nl_create_mame_solvers.sh b/src/lib/netlist/nl_create_mame_solvers.sh
index 25826efaed3..4786e11eaed 100644
--- a/src/lib/netlist/nl_create_mame_solvers.sh
+++ b/src/lib/netlist/nl_create_mame_solvers.sh
@@ -16,7 +16,7 @@ mkdir ${OUTDIR}
#--dir src/lib/netlist/generated/static --static-include
-if ${NLTOOL} --cmd static --output=${GENERATED}.tmp --include=src/mame/audio ${FILES} ; then
+if ${NLTOOL} --cmd static --output=${GENERATED}.tmp --include=src/mame/shared ${FILES} ; then
mv -f ${GENERATED}.tmp ${GENERATED}
echo Created ${GENERATED} file
else
diff --git a/src/mame/mr/nl_dribling.cpp b/src/mame/mr/nl_dribling.cpp
index 0f2d31a2d0d..f0235063b46 100644
--- a/src/mame/mr/nl_dribling.cpp
+++ b/src/mame/mr/nl_dribling.cpp
@@ -18,6 +18,7 @@
#define USE_SIMPLIFIED_LM339
#define USE_FAKE_PARATA
+// The schematic incorrectly labels two JFETS in the PARATA circuit as 2N3812. They're actually 2N3819.
// JFET transistors not supported, but this should do the trick; but not for this game.
#define Q_2N3819(name) MOSFET(name, "NMOS(VTO=-3 KP=0.001 CAPMOD=0)")