Example #1
0
void hyperstone_device::opfc()
{
	LOCAL_DECODE_INIT;
	PCreldecode(decode);
	hyperstone_br(decode);
}
Example #2
0
static void hyperstone_opfc(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    PCreldecode(decode);
    hyperstone_br(decode);
}