From c70c3ec01195d51d1c2aecd62bdef2ab8d043ecd Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Wed, 7 Oct 2020 09:33:45 -0700 Subject: Working now. Original speed: 215%. Split speed: 491%. Ideally should be able to do this within a netlist. --- src/mame/audio/nl_frogs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/audio/nl_frogs.h') diff --git a/src/mame/audio/nl_frogs.h b/src/mame/audio/nl_frogs.h index a666f79d178..91a98888063 100644 --- a/src/mame/audio/nl_frogs.h +++ b/src/mame/audio/nl_frogs.h @@ -5,7 +5,7 @@ #pragma once -#define FROGS_TEST_INDEPENDENT_NETLISTS (1) +#define FROGS_TEST_INDEPENDENT_NETLISTS (0) #if (FROGS_TEST_INDEPENDENT_NETLISTS) -- cgit v1.2.3