void hyperstone_device::op1f() { LOCAL_DECODE_INIT; RRconstdecode(decode, 1, 1); hyperstone_sums(decode); }
void hyperstone_device::op18() { LOCAL_DECODE_INIT; RRconstdecode(decode, 0, 0); hyperstone_sum(decode); }
void hyperstone_device::op17() { LOCAL_DECODE_INIT; RRconstdecode(decode, 1, 1); hyperstone_mask(decode); }
static void hyperstone_op1f(UINT16 opcode) { LOCAL_DECODE_INIT; RRconstdecode(decode, 1, 1); hyperstone_sums(decode); }
static void hyperstone_op18(UINT16 opcode) { LOCAL_DECODE_INIT; RRconstdecode(decode, 0, 0); hyperstone_sum(decode); }
static void hyperstone_op16(UINT16 opcode) { LOCAL_DECODE_INIT; RRconstdecode(decode, 1, 0); hyperstone_mask(decode); }