summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/emu/debug/debughlp.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/emu/debug/debughlp.h')
-rw-r--r--trunk/src/emu/debug/debughlp.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/trunk/src/emu/debug/debughlp.h b/trunk/src/emu/debug/debughlp.h
new file mode 100644
index 00000000000..d7ce2806320
--- /dev/null
+++ b/trunk/src/emu/debug/debughlp.h
@@ -0,0 +1,23 @@
+/*********************************************************************
+
+ debughlp.h
+
+ Debugger help engine.
+
+ Copyright 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