コード例 #1
0
ファイル: opcodes_ed.c プロジェクト: DarkSlim/Xpeccy
/*INDR*/
static void op_ED_0xba(Z80EX_CONTEXT *cpu)
{
	INDR(/*t:*/ /*t1*/12,/*t2*/17, /*rd*/6, /*wr*/9);
	return;
}
コード例 #2
0
ファイル: opcodes_ed.c プロジェクト: MEGA65/xemu
/*INDR*/
static void op_ED_0xba(void)
{
	INDR(/*t:*/ /*t1*/12,/*t2*/17, /*rd*/6, /*wr*/9);
	return;
}