diff options
Diffstat (limited to 'src/devices/cpu/m6805/m68hc05.cpp')
| -rw-r--r-- | src/devices/cpu/m6805/m68hc05.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6805/m68hc05.cpp b/src/devices/cpu/m6805/m68hc05.cpp index f2033bb55b4..c2214a2a7ee 100644 --- a/src/devices/cpu/m6805/m68hc05.cpp +++ b/src/devices/cpu/m6805/m68hc05.cpp @@ -34,7 +34,7 @@ determines both the COP watchdog timeout and the real-time interrupt rate #define LOG_COP (1U << 4) //#define VERBOSE (LOG_GENERAL | LOG_INT | LOG_IOPORT | LOG_TIMER | LOG_COP) -//#define LOG_OUTPUT_FUNC printf +//#define LOG_OUTPUT_FUNC osd_printf_info #include "logmacro.h" #define LOGINT(...) LOGMASKED(LOG_INT, __VA_ARGS__) |
