Mercurial > repos > blastem
diff m68k_internal.h @ 2216:4e27c36f947c
Add disassemble command to debugger
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Tue, 30 Aug 2022 18:42:45 -0700 |
parents | 8ee7ecbf3f21 |
children | 7e86ec94c899 |
line wrap: on
line diff
--- a/m68k_internal.h Tue Aug 30 00:13:55 2022 -0700 +++ b/m68k_internal.h Tue Aug 30 18:42:45 2022 -0700 @@ -50,7 +50,6 @@ void jump_m68k_abs(m68k_options * opts, uint32_t address); void swap_ssp_usp(m68k_options * opts); code_ptr get_native_address(m68k_options *opts, uint32_t address); -uint8_t m68k_is_terminal(m68kinst * inst); code_ptr get_native_address_trans(m68k_context * context, uint32_t address); void * m68k_retranslate_inst(uint32_t address, m68k_context * context); m68k_context *m68k_bp_dispatcher(m68k_context *context, uint32_t address);