Beispiel #1
0
void hyperstone_device::opcb()
{
	LOCAL_DECODE_INIT;
	LLdecode(decode);
	hyperstone_fcmpud(decode);
}
Beispiel #2
0
static void hyperstone_opcb(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    LLdecode(decode);
    hyperstone_fcmpud(decode);
}