summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/tagmap.c
blob: c3f1ad304dbd27cb9595115c3d46bdfeeee16de7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// license:BSD-3-Clause
// copyright-holders:Aaron Giles
/***************************************************************************

    tagmap.c

    tagmap counter

***************************************************************************/

#include "tagmap.h"

#ifdef MAME_DEBUG
INT32 g_tagmap_finds = 0;
bool g_tagmap_counter_enabled = false;
#endif