summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/segacrp2.h
blob: 3c30b8771ae06ee4e3272487587a88d971d69320 (plain) (blame)
1
2
3
4
5
6
7
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria

void sega_decode_2(UINT8 *rom, UINT8 *decrypted,
			const UINT8 xor_table[128],const int swap_table[128]);

void sega_decode_317(UINT8 *rom, UINT8 *decrypted, int shift);