summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaronsgiles@users.noreply.github.com>2020-10-07 20:55:40 -0700
committer GitHub <noreply@github.com>2020-10-07 20:55:40 -0700
commita17818fec9b162294371e65a7e6a0fdc596c906a (patch)
treed4163fc430432ed76b0ceb32305131555c19bdfe
parent88735f0017ebb7ed882e32876a8fb0ab0267623a (diff)
netlist: Disable logging accidentally left on.
-rw-r--r--src/devices/machine/netlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/netlist.h b/src/devices/machine/netlist.h
index 0a8dd00618d..8b9e156adba 100644
--- a/src/devices/machine/netlist.h
+++ b/src/devices/machine/netlist.h
@@ -17,7 +17,7 @@
#include "../../lib/netlist/nltypes.h"
#ifndef NETLIST_CREATE_CSV
-#define NETLIST_CREATE_CSV (1)
+#define NETLIST_CREATE_CSV (0)
#endif
class netlist_mame_stream_output_device;