Previous 199869 Revisions Next

r35298 Thursday 26th February, 2015 at 15:11:30 UTC by Olivier Galibert
atahle verbosity
[src/emu/machine]atahle.c

trunk/src/emu/machine/atahle.c
r243809r243810
22// copyright-holders:smf
33#include "atahle.h"
44
5#define VERBOSE                     0
6#define PRINTF_IDE_COMMANDS         0
5#define VERBOSE                     1
6#define PRINTF_IDE_COMMANDS         1
77
88#define LOG(x)  do { if (VERBOSE) logerror x; } while (0)
99#define LOGPRINT(x) do { if (VERBOSE) logerror x; if (PRINTF_IDE_COMMANDS) osd_printf_debug x; } while (0)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team