changeset 389:3815ad1e684e

Removed out of date TODO
author Mike Pavone <pavone@retrodev.com>
date Thu, 06 Jun 2013 08:45:54 -0700
parents 228e4c696317
children 561fe3ea3fc8
files z80_to_x86.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);