Exemplo n.º 1
0
void hyperstone_device::opf2()
{
	LOCAL_DECODE_INIT;
	PCreldecode(decode);
	hyperstone_be(decode);
}
Exemplo n.º 2
0
static void hyperstone_opf2(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    PCreldecode(decode);
    hyperstone_be(decode);
}