Exemple #1
0
/*OUTI*/
static void op_ED_0xa3(Z80EX_CONTEXT *cpu)
{
	OUTI(/*rd*/5, /*wr*/9);
	T_WAIT_UNTIL(12);
	return;
}
Exemple #2
0
/*OUTI*/
static void op_ED_0xa3(void)
{
	OUTI(/*rd*/5, /*wr*/9);
	T_WAIT_UNTIL(12);
	return;
}