diff options
author | 2020-08-17 01:32:40 +0200 | |
---|---|---|
committer | 2020-08-17 01:34:04 +0200 | |
commit | c44d930015f5da7340e095454822030c94e0be3e (patch) | |
tree | 726d169a6eb135ebda8b420ee2a1bfdc740bb395 | |
parent | c619fbe40cf882e8efddfb92fbfb0aa011214c9d (diff) |
netlist: Add tank to nl subtarget, update static_solvers.
-rw-r--r-- | scripts/target/mame/nl.lua | 2 | ||||
-rw-r--r-- | src/lib/netlist/generated/static_solvers.cpp | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/scripts/target/mame/nl.lua b/scripts/target/mame/nl.lua index 4ecd9ef4b85..0a20979c9aa 100644 --- a/scripts/target/mame/nl.lua +++ b/scripts/target/mame/nl.lua @@ -156,6 +156,8 @@ files{ MAME_DIR .. "src/mame/machine/nl_stuntcyc.h", MAME_DIR .. "src/mame/machine/nl_gtrak10.cpp", MAME_DIR .. "src/mame/machine/nl_gtrak10.h", + MAME_DIR .. "src/mame/machine/nl_tank.cpp", + MAME_DIR .. "src/mame/machine/nl_tank.h", MAME_DIR .. "src/mame/audio/nl_flyball.cpp", MAME_DIR .. "src/mame/audio/nl_flyball.h", diff --git a/src/lib/netlist/generated/static_solvers.cpp b/src/lib/netlist/generated/static_solvers.cpp index 2f799d0fa08..7dd7da5d171 100644 --- a/src/lib/netlist/generated/static_solvers.cpp +++ b/src/lib/netlist/generated/static_solvers.cpp @@ -10190,7 +10190,7 @@ static void nl_gcr_450d2a81bd0b282c_36_double_double(double * __restrict V, cons V[0] = (RHS0 - tmp0) / m_A0; } -// tank +// gamemachine static void nl_gcr_491f95430bfdfd05_19_double_double(double * __restrict V, const double * __restrict go, const double * __restrict gt, const double * __restrict Idr, const double * const * __restrict cnV) { @@ -24030,7 +24030,7 @@ static void nl_gcr_7aee4423e3fdbfda_128_double_double(double * __restrict V, con V[0] = (RHS0 - tmp0) / m_A0; } -// rebound +// cheekyms static void nl_gcr_7c86a9bc1c6aef4c_7_double_double(double * __restrict V, const double * __restrict go, const double * __restrict gt, const double * __restrict Idr, const double * const * __restrict cnV) { @@ -59195,7 +59195,7 @@ const plib::dynlib_static_sym nl_static_solver_syms[] = { {"nl_gcr_43f7ff9bc651cc7a_198_double_double", reinterpret_cast<void *>(&nl_gcr_43f7ff9bc651cc7a_198_double_double)}, // tank {"nl_gcr_450d2a81bd0b282c_36_double_double", reinterpret_cast<void *>(&nl_gcr_450d2a81bd0b282c_36_double_double)}, -// tank +// gamemachine {"nl_gcr_491f95430bfdfd05_19_double_double", reinterpret_cast<void *>(&nl_gcr_491f95430bfdfd05_19_double_double)}, // ripoff {"nl_gcr_4b5ecfbb8f9fa97b_29_double_double", reinterpret_cast<void *>(&nl_gcr_4b5ecfbb8f9fa97b_29_double_double)}, @@ -59269,7 +59269,7 @@ const plib::dynlib_static_sym nl_static_solver_syms[] = { {"nl_gcr_7a42b97d838ca073_7_double_double", reinterpret_cast<void *>(&nl_gcr_7a42b97d838ca073_7_double_double)}, // fireone {"nl_gcr_7aee4423e3fdbfda_128_double_double", reinterpret_cast<void *>(&nl_gcr_7aee4423e3fdbfda_128_double_double)}, -// rebound +// cheekyms {"nl_gcr_7c86a9bc1c6aef4c_7_double_double", reinterpret_cast<void *>(&nl_gcr_7c86a9bc1c6aef4c_7_double_double)}, // solarq {"nl_gcr_7caaa135bff3d9f3_15_double_double", reinterpret_cast<void *>(&nl_gcr_7caaa135bff3d9f3_15_double_double)}, |