summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Michael Zapf <github@mizapf.de>2021-03-21 16:31:14 +0100
committer Michael Zapf <github@mizapf.de>2021-03-21 16:31:14 +0100
commitbe9841f6419f0b97ab3536db9f0948feb6678d2c (patch)
treefe521ef0cdf393cc1bece089104921e76c0ca58f
parentcc790e43153c0eef9a3a2fca47ee173bfca0317d (diff)
Turned off log output per step.
-rw-r--r--src/devices/imagedev/floppy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/floppy.cpp b/src/devices/imagedev/floppy.cpp
index 643511a37d8..9fd39fae6e5 100644
--- a/src/devices/imagedev/floppy.cpp
+++ b/src/devices/imagedev/floppy.cpp
@@ -31,7 +31,7 @@
*/
// Show step operation
-#define TRACE_STEP 1
+#define TRACE_STEP 0
#define TRACE_AUDIO 0
#define PITCH_SEEK_SAMPLES 1