From 871cb9435b2e33f45fd63b76472a7db2ca7bad8d Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Thu, 6 Jun 2013 08:45:54 -0700 Subject: Removed out of date TODO --- z80_to_x86.c | 1 - 1 file changed, 1 deletion(-) (limited to 'z80_to_x86.c') diff --git a/z80_to_x86.c b/z80_to_x86.c index a313f8a..b30c7a1 100644 --- a/z80_to_x86.c +++ b/z80_to_x86.c @@ -897,7 +897,6 @@ uint8_t * translate_z80inst(z80inst * inst, uint8_t * dst, z80_context * context dst = mov_rdisp8r(dst, CONTEXT, offsetof(z80_context, sync_cycle), ZLIMIT, SZ_D); break; case Z80_EI: - //TODO: Implement interrupt enable latency of 1 instruction afer EI dst = zcycles(dst, 4); dst = mov_rrdisp8(dst, ZCYCLES, CONTEXT, offsetof(z80_context, int_enable_cycle), SZ_D); dst = mov_irdisp8(dst, 1, CONTEXT, offsetof(z80_context, iff1), SZ_B); -- cgit v1.2.3