Example #1
0
void hyperstone_device::opcc()
{
	LOCAL_DECODE_INIT;
	LLdecode(decode);
	hyperstone_fcvt(decode);
}
Example #2
0
static void hyperstone_opcc(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    LLdecode(decode);
    hyperstone_fcvt(decode);
}