summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nl_breakout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nl_breakout.cpp')
-rw-r--r--src/mame/machine/nl_breakout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/nl_breakout.cpp b/src/mame/machine/nl_breakout.cpp
index 30a9934fe1b..87426734036 100644
--- a/src/mame/machine/nl_breakout.cpp
+++ b/src/mame/machine/nl_breakout.cpp
@@ -90,7 +90,7 @@ CIRCUIT_LAYOUT( breakout )
#if (SLOW_BUT_ACCURATE)
SOLVER(Solver, 48000)
- PARAM(Solver.ACCURACY, 1e-8) // less accuracy and diode will not work
+ PARAM(Solver.ACCURACY, 1e-7) // less accuracy and diode will not work
PARAM(Solver.METHOD, "MAT_CR")
#else
SOLVER(Solver, 48000)