summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms32051/tms32051.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/tms32051/tms32051.h')
-rw-r--r--src/emu/cpu/tms32051/tms32051.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/emu/cpu/tms32051/tms32051.h b/src/emu/cpu/tms32051/tms32051.h
new file mode 100644
index 00000000000..86576b524e9
--- /dev/null
+++ b/src/emu/cpu/tms32051/tms32051.h
@@ -0,0 +1,12 @@
+#ifndef _TMS32051_H
+#define _TMS32051_H
+
+#if (HAS_TMS32051)
+void tms32051_get_info(UINT32 state, cpuinfo *info);
+#endif
+
+#ifdef MAME_DEBUG
+offs_t tms32051_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram);
+#endif
+
+#endif /* _TMS32051_H */