Ejemplo n.º 1
0
void hyperstone_device::ope3()
{
	LOCAL_DECODE_INIT;
	PCreldecode(decode);
	hyperstone_dbne(decode);
}
Ejemplo n.º 2
0
static void hyperstone_ope3(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    PCreldecode(decode);
    hyperstone_dbne(decode);
}