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

void deco102_decrypt_cpu(uint16_t *rom, uint16_t *opcodes, int size, int address_xor, int data_select_xor, int opcode_select_xor);