Exemple #1
0
void hyperstone_device::op43()
{
	LOCAL_DECODE_INIT;
	RRdecode(decode, 1, 1);
	hyperstone_subc(decode);
}
static void hyperstone_op43(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    RRdecode(decode, 1, 1);
    hyperstone_subc(decode);
}