From b3f9c8727f9890c1a3e3a9f64e86d58d5701f58c Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 19 May 2017 20:27:35 -0700 Subject: Fix to M68K interrupt latency for most instructions. Still needs some work for RAW_IMPL instructions besides move --- m68k_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'm68k_core.h') diff --git a/m68k_core.h b/m68k_core.h index 7773d64..a18d706 100644 --- a/m68k_core.h +++ b/m68k_core.h @@ -48,6 +48,7 @@ typedef struct { code_ptr write_32_lowfirst; code_ptr write_32_highfirst; code_ptr do_sync; + code_ptr handle_int_latch; code_ptr trap; start_fun start_context; code_ptr retrans_stub; -- cgit v1.2.3