summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nl_rebound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nl_rebound.cpp')
-rw-r--r--src/mame/machine/nl_rebound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/nl_rebound.cpp b/src/mame/machine/nl_rebound.cpp
index 66da37a9a26..81e60f284d8 100644
--- a/src/mame/machine/nl_rebound.cpp
+++ b/src/mame/machine/nl_rebound.cpp
@@ -72,7 +72,7 @@
NETLIST_START(rebound_schematics)
SOLVER(Solver, 48000)
PARAM(Solver.DYNAMIC_TS, 1)
- PARAM(Solver.LTE, 1e-2)
+ PARAM(Solver.DYNAMIC_LTE, 1e-3)
PARAM(Solver.DYNAMIC_MIN_TIMESTEP, 5e-7)
PARAM(Solver.PARALLEL, 0) // Don't do parallel solvers