mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
i8155: Silence logging (nw)
This commit is contained in:
parent
ac2578aaa6
commit
37c6acfdad
@ -40,7 +40,7 @@ DEFINE_DEVICE_TYPE(I8156, i8156_device, "i8156", "Intel 8156 RAM, I/O & Timer")
|
||||
|
||||
#define LOG_PORT (1U << 0)
|
||||
#define LOG_TIMER (1U << 1)
|
||||
#define VERBOSE (LOG_PORT | LOG_TIMER)
|
||||
#define VERBOSE (0)
|
||||
#include "logmacro.h"
|
||||
|
||||
enum
|
||||
|
Loading…
Reference in New Issue
Block a user