Exemple #1
0
void hyperstone_device::ope1()
{
	LOCAL_DECODE_INIT;
	PCreldecode(decode);
	hyperstone_dbnv(decode);
}
static void hyperstone_ope1(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    PCreldecode(decode);
    hyperstone_dbnv(decode);
}