diff options
author | 2019-07-28 14:31:16 +1000 | |
---|---|---|
committer | 2019-07-28 14:31:16 +1000 | |
commit | ace8e401fcfa9c1ee40b0bece9f5bfb902f97736 (patch) | |
tree | c9ab7487049db6b5ee0c82480b10697c01f02a44 /src/devices/machine/scc68070.cpp | |
parent | c8e1190ca1078be93224c6d167e9da957f9dfc66 (diff) |
srcclean (nw)
Diffstat (limited to 'src/devices/machine/scc68070.cpp')
-rw-r--r-- | src/devices/machine/scc68070.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/devices/machine/scc68070.cpp b/src/devices/machine/scc68070.cpp index 4ccd51d78a6..3ed6dede91c 100644 --- a/src/devices/machine/scc68070.cpp +++ b/src/devices/machine/scc68070.cpp @@ -24,17 +24,17 @@ TODO: #include "emu.h" #include "machine/scc68070.h" -#define LOG_I2C (1 << 0) -#define LOG_UART (1 << 1) -#define LOG_TIMERS (1 << 2) -#define LOG_TIMERS_HF (1 << 3) -#define LOG_DMA (1 << 4) -#define LOG_MMU (1 << 5) -#define LOG_IRQS (1 << 6) -#define LOG_UNKNOWN (1 << 7) -#define LOG_ALL (LOG_I2C | LOG_UART | LOG_TIMERS | LOG_DMA | LOG_MMU | LOG_IRQS | LOG_UNKNOWN) - -#define VERBOSE (LOG_UART) +#define LOG_I2C (1 << 0) +#define LOG_UART (1 << 1) +#define LOG_TIMERS (1 << 2) +#define LOG_TIMERS_HF (1 << 3) +#define LOG_DMA (1 << 4) +#define LOG_MMU (1 << 5) +#define LOG_IRQS (1 << 6) +#define LOG_UNKNOWN (1 << 7) +#define LOG_ALL (LOG_I2C | LOG_UART | LOG_TIMERS | LOG_DMA | LOG_MMU | LOG_IRQS | LOG_UNKNOWN) + +#define VERBOSE (LOG_UART) #include "logmacro.h" |