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 --- blastem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blastem.h') diff --git a/blastem.h b/blastem.h index e9f62ad..6ba1335 100644 --- a/blastem.h +++ b/blastem.h @@ -2,6 +2,7 @@ #define BLASTEM_H_ #include +#include "m68k_to_x86.h" typedef struct { uint32_t th_counter; @@ -20,6 +21,7 @@ extern io_port gamepad_2; void io_adjust_cycles(io_port * pad, uint32_t current_cycle, uint32_t deduction); uint16_t read_dma_value(uint32_t address); +m68k_context * debugger(m68k_context * context, uint32_t address); #endif //BLASTEM_H_ -- cgit v1.2.3