예제 #1
0
파일: e132xsop.c 프로젝트: opicron/mame
void hyperstone_device::op83()
{
	LOCAL_DECODE_INIT;
	LLdecode(decode);
	hyperstone_shr(decode);
}
예제 #2
0
static void hyperstone_op83(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    LLdecode(decode);
    hyperstone_shr(decode);
}