Пример #1
0
void hyperstone_device::opca()
{
	LOCAL_DECODE_INIT;
	LLdecode(decode);
	hyperstone_fcmpu(decode);
}
Пример #2
0
static void hyperstone_opca(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    LLdecode(decode);
    hyperstone_fcmpu(decode);
}