diff m68k_to_x86.h @ 184:ebcbdd1c4cc8

Fix a bunch of bugs in the CPU core, add a 68K debugger
author Mike Pavone <pavone@retrodev.com>
date Sun, 13 Jan 2013 13:01:13 -0800
parents 94a65fb4e1c7
children 1db07e112bf7
line wrap: on
line diff
--- a/m68k_to_x86.h	Wed Jan 09 22:31:07 2013 -0800
+++ b/m68k_to_x86.h	Sun Jan 13 13:01:13 2013 -0800
@@ -54,4 +54,6 @@
 void init_x86_68k_opts(x86_68k_options * opts);
 void init_68k_context(m68k_context * context, native_map_slot * native_code_map, void * opts);
 void m68k_reset(m68k_context * context);
+void insert_breakpoint(m68k_context * context, uint32_t address, uint8_t * bp_handler);
+void remove_breakpoint(m68k_context * context, uint32_t address);