summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/qbus/pc11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/qbus/pc11.cpp')
-rw-r--r--src/devices/bus/qbus/pc11.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/qbus/pc11.cpp b/src/devices/bus/qbus/pc11.cpp
index 395a0235388..984c8f14e4e 100644
--- a/src/devices/bus/qbus/pc11.cpp
+++ b/src/devices/bus/qbus/pc11.cpp
@@ -6,6 +6,7 @@
***************************************************************************/
+#include "emu.h"
#include "pc11.h"
@@ -13,7 +14,7 @@
#define LOG_DBG (1U << 2)
//#define VERBOSE (LOG_GENERAL | LOG_DBG)
-//#define LOG_OUTPUT_FUNC printf
+//#define LOG_OUTPUT_FUNC osd_printf_info
#include "logmacro.h"