Example #1
0
void hyperstone_device::op85()
{
	LOCAL_DECODE_INIT;
	Lndecode(decode);
	hyperstone_sardi(decode);
}
Example #2
0
static void hyperstone_op85(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    Lndecode(decode);
    hyperstone_sardi(decode);
}