comparison 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
comparison
equal deleted inserted replaced
988:ce9df7a5fdf2 989:d70000fdff0b
77 void m68k_options_free(m68k_options *opts); 77 void m68k_options_free(m68k_options *opts);
78 void insert_breakpoint(m68k_context * context, uint32_t address, uint8_t * bp_handler); 78 void insert_breakpoint(m68k_context * context, uint32_t address, uint8_t * bp_handler);
79 void remove_breakpoint(m68k_context * context, uint32_t address); 79 void remove_breakpoint(m68k_context * context, uint32_t address);
80 m68k_context * m68k_handle_code_write(uint32_t address, m68k_context * context); 80 m68k_context * m68k_handle_code_write(uint32_t address, m68k_context * context);
81 uint32_t get_instruction_start(m68k_options *opts, native_map_slot * native_code_map, uint32_t address); 81 uint32_t get_instruction_start(m68k_options *opts, native_map_slot * native_code_map, uint32_t address);
82 uint16_t m68k_get_ir(m68k_context *context);
82 83
83 #endif //M68K_CORE_H_ 84 #endif //M68K_CORE_H_
84 85