summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/decocrpt.h
blob: 84c1cf3fed8eb8eb1e965a3ca4d1d4174cf57efd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*----------- defined in machine/decocrpt.c -----------*/

void deco56_decrypt_gfx(running_machine &machine, const char *tag);
void deco74_decrypt_gfx(running_machine &machine, const char *tag);
void deco56_remap_gfx(running_machine &machine, const char *tag);


/*----------- defined in machine/deco102.c -----------*/

void deco102_decrypt_cpu(running_machine &machine, const char *cputag, int address_xor, int data_select_xor, int opcode_select_xor);


/*----------- defined in machine/deco156.c -----------*/

void deco156_decrypt(running_machine &machine);