diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-05-19 20:27:35 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-05-19 20:27:35 -0700 |
commit | b3f9c8727f9890c1a3e3a9f64e86d58d5701f58c (patch) | |
tree | 3411d25ab9bdd532b4843208ed88087c60e3466d /m68k_core.h | |
parent | ec6165fd23f9994d2db087c6f0dc09afbebf5a73 (diff) |
Fix to M68K interrupt latency for most instructions. Still needs some work for RAW_IMPL instructions besides move
Diffstat (limited to 'm68k_core.h')
-rw-r--r-- | m68k_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |