summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/segacrpt.h
blob: ba6fc16ca7211328aa6c30099a132b1de437e0ac (plain) (blame)
1
2
3
4
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria

void sega_decode(UINT8 *data, UINT8 *opcodes, int size, const UINT8 convtable[32][4], int bank_count = 0, int bank_size = 0);