summaryrefslogblamecommitdiffstatshomepage
path: root/src/emu/debug/debughlp.h
blob: 7f3eb6e4ad655dfdb32b93f267b45416f476226f (plain) (tree)
1
2
3
4
5
6
7
8
                       
                                





                                                                      










                                                                            
                                                    

      
// 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