mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
-wd33c9x: Silence logging by default, nw
This commit is contained in:
parent
4bc6160200
commit
8ed8f42a30
@ -29,7 +29,7 @@
|
|||||||
#define LOG_REGS (LOG_READS | LOG_WRITES)
|
#define LOG_REGS (LOG_READS | LOG_WRITES)
|
||||||
#define LOG_ALL (LOG_REGS | LOG_COMMANDS | LOG_ERRORS | LOG_MISC | LOG_LINES | LOG_STATE | LOG_STEP)
|
#define LOG_ALL (LOG_REGS | LOG_COMMANDS | LOG_ERRORS | LOG_MISC | LOG_LINES | LOG_STATE | LOG_STEP)
|
||||||
|
|
||||||
#define VERBOSE (LOG_COMMANDS | LOG_ERRORS)
|
#define VERBOSE (0)
|
||||||
#include "logmacro.h"
|
#include "logmacro.h"
|
||||||
|
|
||||||
enum register_addresses_e : uint8_t {
|
enum register_addresses_e : uint8_t {
|
||||||
|
Loading…
Reference in New Issue
Block a user