예제 #1
0
/*INIR*/
static void op_ED_0xb2(Z80EX_CONTEXT *cpu)
{
	INIR(/*t:*/ /*t1*/12,/*t2*/17, /*rd*/6, /*wr*/9);
	return;
}
예제 #2
0
파일: opcodes_ed.c 프로젝트: MEGA65/xemu
/*INIR*/
static void op_ED_0xb2(void)
{
	INIR(/*t:*/ /*t1*/12,/*t2*/17, /*rd*/6, /*wr*/9);
	return;
}