summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/segag80.h
blob: c2cee5ea5d3e880e58664d83f1e434ca2355e110 (plain) (blame)
1
2
3
4
5
// license:BSD-3-Clause
// copyright-holders:Aaron Giles
typedef UINT8 (*segag80_decrypt_func)(offs_t, UINT8);

segag80_decrypt_func segag80_security(int chip);