Exemple #1
0
void hyperstone_device::opbb()
{
	LOCAL_DECODE_INIT;
	Rndecode(decode, 1);
	hyperstone_set(decode);
}
static void hyperstone_opbb(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    Rndecode(decode, 1);
    hyperstone_set(decode);
}