diff m68k_core.h @ 989:d70000fdff0b

Implemented IR and undefined bits of info word for address error exception frames
author Michael Pavone <pavone@retrodev.com>
date Wed, 27 Apr 2016 21:39:17 -0700
parents 1f09994e92c5
children 784bc1e45e80
line wrap: on
line diff
--- a/m68k_core.h	Wed Apr 27 19:10:50 2016 -0700
+++ b/m68k_core.h	Wed Apr 27 21:39:17 2016 -0700
@@ -79,6 +79,7 @@
 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_