mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +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
|
#define LOG_DETAIL (1U<<31) // Increased detail
|
||||||
|
|
||||||
// Minimum log should be warnings
|
// Minimum log should be warnings
|
||||||
#define VERBOSE ( LOG_GENERAL | LOG_WARN | LOG_ADDRESSBUS )
|
#define VERBOSE ( LOG_GENERAL | LOG_WARN )
|
||||||
|
|
||||||
#include "logmacro.h"
|
#include "logmacro.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user