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.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/mame/machine/irem_cpu.h b/src/mame/machine/irem_cpu.h
index d14ab4dab95..8d1cf2d3edf 100644
--- a/src/mame/machine/irem_cpu.h
+++ b/src/mame/machine/irem_cpu.h
@@ -1,19 +1,19 @@
// license:BSD-3-Clause
// copyright-holders:Bryan McPhail
-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_t gunforce_decryption_table[];
+extern const uint8_t bomberman_decryption_table[];
+extern const uint8_t lethalth_decryption_table[];
+extern const uint8_t dynablaster_decryption_table[];
+extern const uint8_t mysticri_decryption_table[];
+extern const uint8_t majtitl2_decryption_table[];
+extern const uint8_t hook_decryption_table[];
+extern const uint8_t rtypeleo_decryption_table[];
+extern const uint8_t inthunt_decryption_table[];
+extern const uint8_t gussun_decryption_table[];
+extern const uint8_t leagueman_decryption_table[];
+extern const uint8_t psoldier_decryption_table[];
+extern const uint8_t dsoccr94_decryption_table[];
+extern const uint8_t matchit2_decryption_table[];
-extern const UINT8 test_decryption_table[];
+extern const uint8_t test_decryption_table[];