summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/ssp1610/ssp1610.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/ssp1610/ssp1610.h')
-rw-r--r--src/emu/cpu/ssp1610/ssp1610.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/emu/cpu/ssp1610/ssp1610.h b/src/emu/cpu/ssp1610/ssp1610.h
new file mode 100644
index 00000000000..fe31d4d5cad
--- /dev/null
+++ b/src/emu/cpu/ssp1610/ssp1610.h
@@ -0,0 +1,16 @@
+#ifndef SSP1610_H
+#define SSP1610_H
+
+#include "cpuintrf.h"
+
+/* Functions */
+
+#if (HAS_SSP1610)
+void e116t_get_info(UINT32 state, cpuinfo *info);
+#endif
+
+#ifdef MAME_DEBUG
+extern unsigned dasm_ssp1610(char *buffer, unsigned pc, const UINT8 *oprom);
+#endif
+
+#endif /* SSP1610_H */