mirror of
https://github.com/holub/mame
synced 2025-06-27 22:54:42 +03:00
hp9845: forgot to disable detailed logging in TACO driver
This commit is contained in:
parent
93fa2d7d97
commit
bc6193e074
@ -144,7 +144,7 @@
|
|||||||
// Debugging
|
// Debugging
|
||||||
#define VERBOSE 1
|
#define VERBOSE 1
|
||||||
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
|
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
|
||||||
#define VERBOSE_0 1
|
#define VERBOSE_0 0
|
||||||
#define LOG_0(x) do { if (VERBOSE_0) logerror x; } while (0)
|
#define LOG_0(x) do { if (VERBOSE_0) logerror x; } while (0)
|
||||||
|
|
||||||
// Macros to clear/set single bits
|
// Macros to clear/set single bits
|
||||||
|
Loading…
Reference in New Issue
Block a user