From e826ac0a569b5dec014f99b79ace61969374d0b6 Mon Sep 17 00:00:00 2001 From: couriersud Date: Fri, 19 Apr 2019 00:56:20 +0200 Subject: rebound.cpp: Performance optimization. --- src/mame/machine/nl_rebound.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mame/machine/nl_rebound.cpp b/src/mame/machine/nl_rebound.cpp index 81e60f284d8..4ef5373d055 100644 --- a/src/mame/machine/nl_rebound.cpp +++ b/src/mame/machine/nl_rebound.cpp @@ -78,6 +78,7 @@ NETLIST_START(rebound_schematics) PARAM(Solver.PARALLEL, 0) // Don't do parallel solvers PARAM(Solver.ACCURACY, 1e-9) PARAM(NETLIST.USE_DEACTIVATE, 1) + HINT(F9.s2, NO_DEACTIVATE) ANALOG_INPUT(V5, 5) -- cgit v1.2.3