summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/irem_cpu.h
blob: 8d1cf2d3edfc298b00872fc05347d6b572de1512 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// license:BSD-3-Clause
// copyright-holders:Bryan McPhail

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_t test_decryption_table[];