# HG changeset patch # User Mike Pavone # Date 1370533554 25200 # Node ID 3815ad1e684e374c9ead4212a3aa87de2d1915c8 # Parent 228e4c6963177c082a420fb932372d847d3c5c01 Removed out of date TODO diff -r 228e4c696317 -r 3815ad1e684e z80_to_x86.c --- a/z80_to_x86.c Thu Jun 06 08:19:25 2013 -0700 +++ b/z80_to_x86.c Thu Jun 06 08:45:54 2013 -0700 @@ -897,7 +897,6 @@ 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);