Example #1
0
void hyperstone_device::opc4()
{
	LOCAL_DECODE_INIT;
	LLdecode(decode);
	hyperstone_fmul(decode);
}
Example #2
0
static void hyperstone_opc4(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    LLdecode(decode);
    hyperstone_fmul(decode);
}