mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
BACTA - turn off log pollution (nw)
This commit is contained in:
parent
0959403203
commit
f9d372c0d1
@ -5,8 +5,8 @@
|
||||
|
||||
#define LOG_DATA (1U << 1)
|
||||
|
||||
#define VERBOSE (LOG_DATA)
|
||||
#define LOG_OUTPUT_STREAM std::cout
|
||||
//#define VERBOSE (LOG_DATA)
|
||||
//#define LOG_OUTPUT_STREAM std::cout
|
||||
|
||||
#include "logmacro.h"
|
||||
|
||||
@ -215,4 +215,4 @@ void bacta_datalogger_device::rcv_complete()
|
||||
tx_queue();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user