summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Michael Zapf <Michael.Zapf@mizapf.de>2016-08-24 14:53:01 +0200
committer Michael Zapf <Michael.Zapf@mizapf.de>2016-08-24 14:53:01 +0200
commitbade8ef9a962e7bcd83414c9e12e42d21cb51203 (patch)
treec542ac142a8254e4389d2af859e2c6cbb0a05fcd
parent294e196532f0cf7c1e3ca0d9ce9dcf1022e304c3 (diff)
ti99: Forgot to reset the TRACE flag.
-rw-r--r--src/lib/formats/ti99_dsk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/ti99_dsk.cpp b/src/lib/formats/ti99_dsk.cpp
index 4e627ebe656..49560b5ae11 100644
--- a/src/lib/formats/ti99_dsk.cpp
+++ b/src/lib/formats/ti99_dsk.cpp
@@ -47,7 +47,7 @@
#define SECTOR_SIZE 256
// Debugging
-#define TRACE 1
+#define TRACE 0
// ====================================================
// Common methods for both formats.