예제 #1
0
/*CPI*/
static void op_ED_0xa1(Z80EX_CONTEXT *cpu)
{
	CPI(/*rd*/4);
	T_WAIT_UNTIL(12);
	return;
}
예제 #2
0
파일: opcodes_ed.c 프로젝트: MEGA65/xemu
/*CPI*/
static void op_ED_0xa1(void)
{
	CPI(/*rd*/4);
	T_WAIT_UNTIL(12);
	return;
}