diff options
Diffstat (limited to 'src/devices/machine/sa1110.cpp')
-rw-r--r-- | src/devices/machine/sa1110.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/sa1110.cpp b/src/devices/machine/sa1110.cpp index ae75340f2ce..4a767de0d85 100644 --- a/src/devices/machine/sa1110.cpp +++ b/src/devices/machine/sa1110.cpp @@ -11,7 +11,7 @@ #define LOG_UNKNOWN (1 << 1) #define LOG_INTC (1 << 2) -#define LOG_POWER (1 << 3) +#define LOG_POWER (1 << 3) #define LOG_ALL (LOG_UNKNOWN | LOG_INTC | LOG_POWER) #define VERBOSE (LOG_ALL) |