diff options
author | 2023-05-23 07:41:27 +0200 | |
---|---|---|
committer | 2023-05-23 15:41:27 +1000 | |
commit | c5a978bca7601f4dd2c4a0ebe397275021eb6cb1 (patch) | |
tree | ca922a9e77517f13b0d68666ad23b43d0d95b6e9 /src/devices/machine/am9519.cpp | |
parent | aee8c4f3efe73dcf48438471be8c293192c7f73a (diff) |
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
* Converted various logging patterns to use logmacro.h consistently.
* Removed redefinitions of LOG_GENERAL.
* Use LOGMASKED in more places.
Diffstat (limited to 'src/devices/machine/am9519.cpp')
-rw-r--r-- | src/devices/machine/am9519.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/machine/am9519.cpp b/src/devices/machine/am9519.cpp index f09dd4e71cc..6556616421b 100644 --- a/src/devices/machine/am9519.cpp +++ b/src/devices/machine/am9519.cpp @@ -6,8 +6,6 @@ #include "emu.h" #include "machine/am9519.h" -#define LOG_GENERAL (1U << 0) - //#define VERBOSE (LOG_GENERAL) #include "logmacro.h" |