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