diff options
author | 2020-10-07 09:33:45 -0700 | |
---|---|---|
committer | 2020-10-07 09:33:45 -0700 | |
commit | c70c3ec01195d51d1c2aecd62bdef2ab8d043ecd (patch) | |
tree | ef284816ce84da3f38ab6203cea861bc816d688a /src/mame/audio/nl_frogs.h | |
parent | c3bffe235cdc535467b56f5dd25473aa33c7b78d (diff) |
Working now. Original speed: 215%. Split speed: 491%. Ideally should benl-splitfrogs
able to do this within a netlist.
Diffstat (limited to 'src/mame/audio/nl_frogs.h')
-rw-r--r-- | src/mame/audio/nl_frogs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |