Exemplo n.º 1
0
void hyperstone_device::op1b()
{
	LOCAL_DECODE_INIT;
	RRconstdecode(decode, 1, 1);
	hyperstone_sum(decode);
}
Exemplo n.º 2
0
static void hyperstone_op1b(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    RRconstdecode(decode, 1, 1);
    hyperstone_sum(decode);
}