summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debughlp.h
blob: 7f3eb6e4ad655dfdb32b93f267b45416f476226f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// license:BSD-3-Clause
// copyright-holders:Aaron Giles
/*********************************************************************

    debughlp.h

    Debugger help engine.

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

#ifndef __DEBUGHLP_H__
#define __DEBUGHLP_H__


/***************************************************************************
    FUNCTION PROTOTYPES
***************************************************************************/

/* help management */
const char *        debug_get_help(const char *tag);

#endif