summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/ti99_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/ti99_dsk.cpp')
-rw-r--r--src/lib/formats/ti99_dsk.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/formats/ti99_dsk.cpp b/src/lib/formats/ti99_dsk.cpp
index a82600feaa6..9ab4f5fb4b3 100644
--- a/src/lib/formats/ti99_dsk.cpp
+++ b/src/lib/formats/ti99_dsk.cpp
@@ -40,18 +40,18 @@
********************************************************************/
+#include "ti99_dsk.h"
+#include "imageutl.h"
+
+#include "osdcore.h" // osd_printf_* (in osdcore.h)
+
#include <cstring>
#include <ctime>
#include <cassert>
#include <iomanip>
-#include "emu.h" // osd_printf_* (in osdcore.h)
-#include "imageutl.h"
-#include "ti99_dsk.h"
-
#define SECTOR_SIZE 256
-#undef LOG_OUTPUT_FUNC
#define LOG_OUTPUT_FUNC osd_printf_info
#define LOG_WARN (1U<<1) // Warnings
@@ -64,8 +64,10 @@
#define VERBOSE ( LOG_WARN )
+#define __EMU_H__ // logmacro wasn't really intended to be used outside stuff that uses libemu
#include "logmacro.h"
+
// ====================================================
// Common methods for both formats.
// ====================================================