Ejemplo n.º 1
0
void hyperstone_device::opc5()
{
	LOCAL_DECODE_INIT;
	LLdecode(decode);
	hyperstone_fmuld(decode);
}
Ejemplo n.º 2
0
static void hyperstone_opc5(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    LLdecode(decode);
    hyperstone_fmuld(decode);
}