From d69c8b5a0af2fefa260d8203b6ef60d4c5f7e2c0 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Sun, 20 Jan 2013 19:10:29 -0800 Subject: Add support for breaking into the debugger while game is running --- m68k_to_x86.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'm68k_to_x86.h') diff --git a/m68k_to_x86.h b/m68k_to_x86.h index fdfaa4b..ab0c979 100644 --- a/m68k_to_x86.h +++ b/m68k_to_x86.h @@ -1,3 +1,5 @@ +#ifndef M68K_TO_X86_H_ +#define M68K_TO_X86_H_ #include #include #include "68kinst.h" @@ -63,3 +65,5 @@ 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); +#endif //M68K_TO_X86_H_ + -- cgit v1.2.3