Beispiel #1
0
/*LDD*/
static void op_ED_0xa8(Z80EX_CONTEXT *cpu)
{
	LDD(/*rd*/4, /*wr*/7);
	T_WAIT_UNTIL(12);
	return;
}
Beispiel #2
0
/*LDD*/
static void op_ED_0xa8(void)
{
	LDD(/*rd*/4, /*wr*/7);
	T_WAIT_UNTIL(12);
	return;
}