summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/irem_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/irem_cpu.h')
-rw-r--r--src/mame/machine/irem_cpu.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/mame/machine/irem_cpu.h b/src/mame/machine/irem_cpu.h
new file mode 100644
index 00000000000..40630503585
--- /dev/null
+++ b/src/mame/machine/irem_cpu.h
@@ -0,0 +1,19 @@
+
+extern const UINT8 gunforce_decryption_table[];
+extern const UINT8 bomberman_decryption_table[];
+extern const UINT8 lethalth_decryption_table[];
+extern const UINT8 dynablaster_decryption_table[];
+extern const UINT8 mysticri_decryption_table[];
+extern const UINT8 majtitl2_decryption_table[];
+extern const UINT8 hook_decryption_table[];
+extern const UINT8 rtypeleo_decryption_table[];
+extern const UINT8 inthunt_decryption_table[];
+extern const UINT8 gussun_decryption_table[];
+extern const UINT8 leagueman_decryption_table[];
+extern const UINT8 psoldier_decryption_table[];
+extern const UINT8 dsoccr94_decryption_table[];
+extern const UINT8 matchit2_decryption_table[];
+
+extern const UINT8 test_decryption_table[];
+
+extern void irem_cpu_decrypt(int cpu,const UINT8 *decryption_table);