mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
tms9900: Remove forgotten LOG flag. (nw)
This commit is contained in:
parent
8b018d198c
commit
b3bf611e17
@ -146,7 +146,7 @@ enum
|
||||
#define LOG_DETAIL (1U<<31) // Increased detail
|
||||
|
||||
// Minimum log should be warnings
|
||||
#define VERBOSE ( LOG_GENERAL | LOG_WARN | LOG_ADDRESSBUS )
|
||||
#define VERBOSE ( LOG_GENERAL | LOG_WARN )
|
||||
|
||||
#include "logmacro.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user