1 2 3 4 5 6 7 8 9 10
// license:BSD-3-Clause // copyright-holders:Nicola Salmoria #ifndef MAME_MACHINE_DECO156_H #define MAME_MACHINE_DECO156_H #pragma once void deco156_decrypt(running_machine &machine); #endif // MAME_MACHINE_DECO156_H