Example #1
0
void hyperstone_device::opf7()
{
	LOCAL_DECODE_INIT;
	PCreldecode(decode);
	hyperstone_bht(decode);
}
Example #2
0
static void hyperstone_opf7(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    PCreldecode(decode);
    hyperstone_bht(decode);
}