Beispiel #1
0
void hyperstone_device::opcf()
{
	LOCAL_DECODE_INIT;
	LLdecode(decode);
	hyperstone_do(decode);
}
Beispiel #2
0
static void hyperstone_opcf(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    LLdecode(decode);
    hyperstone_do(decode);
}