Mercurial > repos > blastem
diff m68k_internal.h @ 2676:7e86ec94c899
Implement breakpoints in new 68K core
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 15 Mar 2025 23:15:05 -0700 |
parents | 4e27c36f947c |
children |
line wrap: on
line diff
--- a/m68k_internal.h Fri Mar 14 01:18:11 2025 -0700 +++ b/m68k_internal.h Sat Mar 15 23:15:05 2025 -0700 @@ -35,7 +35,7 @@ void m68k_set_last_prefetch(m68k_options *opts, uint32_t address); void translate_m68k_odd(m68k_options *opts, m68kinst *inst); void m68k_trap_if_not_supervisor(m68k_options *opts, m68kinst *inst); -void m68k_breakpoint_patch(m68k_context *context, uint32_t address, m68k_debug_handler bp_handler, code_ptr native_addr); +void m68k_breakpoint_patch(m68k_context *context, uint32_t address, debug_handler bp_handler, code_ptr native_addr); void m68k_check_cycles_int_latch(m68k_options *opts); uint8_t translate_m68k_op(m68kinst * inst, host_ea * ea, m68k_options * opts, uint8_t dst);