Exemple #1
0
void hyperstone_device::op77()
{
	LOCAL_DECODE_INIT;
	Rimmdecode(decode, 1, 1);
	hyperstone_andni(decode);
}
static void hyperstone_op77(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    Rimmdecode(decode, 1, 1);
    hyperstone_andni(decode);
}