Example #1
0
void hyperstone_device::op93()
{
	LOCAL_DECODE_INIT;
	RRdisdecode(decode, 1, 1);
	hyperstone_ldxx1(decode);
}
Example #2
0
static void hyperstone_op93(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    RRdisdecode(decode, 1, 1);
    hyperstone_ldxx1(decode);
}