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