示例#1
0
文件: e132xsop.c 项目: opicron/mame
void hyperstone_device::op93()
{
	LOCAL_DECODE_INIT;
	RRdisdecode(decode, 1, 1);
	hyperstone_ldxx1(decode);
}
示例#2
0
static void hyperstone_op93(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    RRdisdecode(decode, 1, 1);
    hyperstone_ldxx1(decode);
}