| Previous | 199869 Revisions | Next |
| r35298 Thursday 26th February, 2015 at 15:11:30 UTC by Olivier Galibert |
|---|
| atahle verbosity |
| [src/emu/machine] | atahle.c |
| r243809 | r243810 | |
|---|---|---|
| 2 | 2 | // copyright-holders:smf |
| 3 | 3 | #include "atahle.h" |
| 4 | 4 | |
| 5 | #define VERBOSE 0 | |
| 6 | #define PRINTF_IDE_COMMANDS 0 | |
| 5 | #define VERBOSE 1 | |
| 6 | #define PRINTF_IDE_COMMANDS 1 | |
| 7 | 7 | |
| 8 | 8 | #define LOG(x) do { if (VERBOSE) logerror x; } while (0) |
| 9 | 9 | #define LOGPRINT(x) do { if (VERBOSE) logerror x; if (PRINTF_IDE_COMMANDS) osd_printf_debug x; } while (0) |
| https://github.com/mamedev/mame/commit/00433898282069b5e749cce60096f12d1afa0bf1 |
| Previous | 199869 Revisions | Next |