diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-04-27 21:39:17 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-04-27 21:39:17 -0700 |
commit | 77a5b1309cb7a510cf4ec659ee8aa34d605f92b1 (patch) | |
tree | 5c5b300cb4df637012a4d70a27c16b9ae6b51a0a /m68k_core.h | |
parent | f09de63e08bbd4ed2733bb0af9b666e770ead9b3 (diff) |
Implemented IR and undefined bits of info word for address error exception frames
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 204ba44..3b62eda 100644 --- a/m68k_core.h +++ b/m68k_core.h @@ -79,6 +79,7 @@ void insert_breakpoint(m68k_context * context, uint32_t address, uint8_t * bp_ha void remove_breakpoint(m68k_context * context, uint32_t address); m68k_context * m68k_handle_code_write(uint32_t address, m68k_context * context); uint32_t get_instruction_start(m68k_options *opts, native_map_slot * native_code_map, uint32_t address); +uint16_t m68k_get_ir(m68k_context *context); #endif //M68K_CORE_H_ |