From 92abd84b49d3c9a7c028dbca19129ad9d3227e10 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Fri, 22 Mar 2024 01:36:59 +1100 Subject: -mr/nl_dribling.cpp: Added note about error in schematic. -netlist/nl_create_mame_solvers.sh: Updated for (not-so-)new source layout. --- src/lib/netlist/nl_create_mame_solvers.sh | 2 +- src/mame/mr/nl_dribling.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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)") -- cgit v1.2.3