summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2020-01-02 02:16:30 +0100
committer MooglyGuy <therealmogminer@gmail.com>2020-01-02 02:16:30 +0100
commitccfb0091e85be2d9d04f594dd0cbaaa388c9b0b0 (patch)
tree0e90238215db4d83ac50036e15d5c5af2d07d240 /src/devices
parent49e27cd4a6100a17b91b078e3ccf9f56c5a99490 (diff)
-cdimono2: Added more logging for SERVO ports, nwcdimono2_wip
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/cpu/m6805/m68hc05.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6805/m68hc05.cpp b/src/devices/cpu/m6805/m68hc05.cpp
index 518a0086025..b0add63da4d 100644
--- a/src/devices/cpu/m6805/m68hc05.cpp
+++ b/src/devices/cpu/m6805/m68hc05.cpp
@@ -36,7 +36,7 @@ determines both the COP watchdog timeout and the real-time interrupt rate
#define LOG_UART (1U << 5)
#define LOG_SPI (1U << 6)
-#define VERBOSE (LOG_GENERAL | LOG_INT | LOG_COP | LOG_UART)
+#define VERBOSE (LOG_GENERAL | LOG_INT | LOG_COP | LOG_UART | LOG_SPI)
//#define LOG_OUTPUT_FUNC printf
#include "logmacro.h"