mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +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 LOG_DATA (1U << 1)
|
||||||
|
|
||||||
#define VERBOSE (LOG_DATA)
|
//#define VERBOSE (LOG_DATA)
|
||||||
#define LOG_OUTPUT_STREAM std::cout
|
//#define LOG_OUTPUT_STREAM std::cout
|
||||||
|
|
||||||
#include "logmacro.h"
|
#include "logmacro.h"
|
||||||
|
|
||||||
@ -215,4 +215,4 @@ void bacta_datalogger_device::rcv_complete()
|
|||||||
tx_queue();
|
tx_queue();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user