summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debughlp.h
blob: a2d9f022da6f61df0f7445c270ffe74a7179ddc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*********************************************************************

    debughlp.h

    Debugger help engine.

    Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team.
    Visit http://mamedev.org for licensing and usage restrictions.

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

#ifndef __DEBUGHLP_H__
#define __DEBUGHLP_H__


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

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

#endif