From bade8ef9a962e7bcd83414c9e12e42d21cb51203 Mon Sep 17 00:00:00 2001 From: Michael Zapf Date: Wed, 24 Aug 2016 14:53:01 +0200 Subject: [PATCH] ti99: Forgot to reset the TRACE flag. --- src/lib/formats/ti99_dsk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.