diff options
| author | 2024-03-22 01:36:59 +1100 | |
|---|---|---|
| committer | 2024-03-22 01:36:59 +1100 | |
| commit | 92abd84b49d3c9a7c028dbca19129ad9d3227e10 (patch) | |
| tree | 64c64ab95e4580d7a56b63e4730e20bd841e4780 | |
| parent | 27462409ab389eb6097e0ae9939b5df83ecce9ab (diff) | |
-mr/nl_dribling.cpp: Added note about error in schematic.
-netlist/nl_create_mame_solvers.sh: Updated for (not-so-)new source layout.
| -rw-r--r-- | src/lib/netlist/nl_create_mame_solvers.sh | 2 | ||||
| -rw-r--r-- | src/mame/mr/nl_dribling.cpp | 1 |
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)") |
